Answers for "conda update existing environment from yml"

2

conda update existing environment from yml

# Basic syntax:
conda activate environment_to_update # Activate environment, can be base
conda env update --file environment.yml # Update env from .yml file
Posted by: Guest on June-26-2021
1

conda update environment from yml

$ conda activate earth-analytics-python
$ conda env update -f environment.yml
Posted by: Guest on August-06-2020

Code answers related to "conda update existing environment from yml"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language