Actually remove conda environments,
unlike reticulate::conda_remove.
Usage
remove_env(
conda_env,
conda = "auto",
method = c("basilisk", "reticulate"),
verbose = TRUE
)Arguments
- conda_env
Name of the conda environment.
- conda
The path to a
condaexecutable. Use"auto"to allowreticulateto automatically find an appropriatecondabinary. See Finding Conda andconda_binary()for more details.- method
Method to use:
"basilisk""reticulate"
- verbose
Print messages.