Answers for "new virtual environment in conda"

12

create a virtual environment python conda

conda create -n yourenvname python=x.x anaconda
Posted by: Guest on May-11-2020
0

make a new environment conda

conda create -n test_env python=3.6.3 anaconda
Posted by: Guest on December-02-2020

Code answers related to "new virtual environment in conda"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language