Answers for "conda where is environment"

6

conda write environment.yml

conda env export > environment_droplet.yml
Posted by: Guest on April-01-2020
11

conda env

conda create --name myenv
Posted by: Guest on February-20-2020
4

delete conda environment

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

conda install from yaml

conda env update -n my_env --file ENV.yaml
Posted by: Guest on April-30-2020

Code answers related to "conda where is environment"

Python Answers by Framework

Browse Popular Code Answers by Language