Answers for "how to activate an enviroment in conda cmd"

24

creating a new enviroment in conda

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

make a new environment conda

conda activate test_env
Posted by: Guest on December-02-2020

Code answers related to "how to activate an enviroment in conda cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language