Answers for "anaconda env install"

22

conda env

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

delete conda environment

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

make a new environment conda

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

Python Answers by Framework

Browse Popular Code Answers by Language