List all available conda environments.
Usage
list_envs(
conda = "auto",
conda_env = NULL,
method = c("basilisk", "reticulate")
)Arguments
- conda
The path to a
condaexecutable. Use"auto"to allowreticulateto automatically find an appropriatecondabinary. See Finding Conda andconda_binary()for more details.- conda_env
[Optional] A specific conda environment to search for.
- method
Method to use:
"basilisk""reticulate"