Answers for "anaconda get list of environments"

23

list conda environments

conda info --envs

conda env list
Posted by: Guest on March-25-2020
22

conda env

conda create -n myenv python=3.6
Posted by: Guest on February-20-2020
1

conda create new env

conda create -n 
	NAME
		python=3.8
Posted by: Guest on January-13-2021

Code answers related to "anaconda get list of environments"

Python Answers by Framework

Browse Popular Code Answers by Language