list conda environments

Solutions on MaxInterview for list conda environments by the best coders in the world

showing results for - "list conda environments"
Monica
25 Jan 2019
1conda info --envs
2
3conda env list
Beatrice
17 May 2019
1conda env list
Matthieu
24 May 2017
1conda create --name myenv
2
Daphné
22 Aug 2019
1conda remove --name myenv --all
2
Maja
09 May 2018
1conda list -n <my_env>
Isidora
09 Feb 2020
1conda activate myenv
similar questions
queries leading to this page
list conda environments