Answers for "conda install new environment"

50

conda create environment

conda create -n myenv python=3.6
Posted by: Guest on October-01-2020
15

anaconda remove environment

conda env remove -n ENV_NAME
Posted by: Guest on May-17-2020
2

conda install from yaml

conda env update -n my_env --file ENV.yaml
Posted by: Guest on April-30-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 "conda install new environment"

Python Answers by Framework

Browse Popular Code Answers by Language