how to see all the environments in conda

Solutions on MaxInterview for how to see all the environments in conda by the best coders in the world

showing results for - "how to see all the environments in conda"
Sofia
24 Jul 2018
1conda info --envs
2
3conda env list
Marwa
24 Jul 2019
1conda create -n myenv python=x.x
Juan
25 Jun 2018
1conda env list
Josefina
03 Jan 2019
1conda create --name myenv
2
similar questions
queries leading to this page
how to see all the environments in conda