Answers for "conda create environment from file yml"

14

conda create environment from file

conda env create -f environment.yml
Posted by: Guest on March-16-2020
0

conda update with environment from yml file

conda env update --name myenv --file environment.yml --prune #--prune uninstalls dependencies which were removed from environment.yml
Posted by: Guest on September-09-2021

Code answers related to "conda create environment from file yml"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language