Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by www.earthdatascience.org #
 
PREVIOUS NEXT
Tagged: #conda #update #environment #yml #file
ADD COMMENT
Topic
Name
2+2 =