Answers for "access environment on anaconda"

10

how to make a conda environment

conda create --name myenv
#to activate environment:
conda activate myenv
Posted by: Guest on May-21-2020
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 "access environment on anaconda"

Python Answers by Framework

Browse Popular Code Answers by Language