Answers for "managing environment conda"

C++
4

delete conda environment

conda remove --name myenv --all
Posted by: Guest on November-15-2019
0

make a new environment conda

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

make a new environment conda

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

Browse Popular Code Answers by Language