You will occasionally have to update your environment, either due to updates in projects or the development of new projects. You can do this using Anaconda Navigator or Terminal.
⚠️ If you are updating the universal environment, make sure to have a up-to-date version of this repo cloned on your machine (this is where you'll find the universal-environment.yml file)
⚠️ If you're working with a project-level environment. Make sure you have the most up-to-date version of that project on your machine (i.e. you've "Fetched Origin" on GitHub Desktop)
- In Anaconda -> Environments
- Select the environment to remove (same as project-name)
- Select Remove
- Confirm
- Open Anaconda Navigator application
- Click on Environments (left panel)
- Click on Import (bottom)
- A small window will open, navigate to and select the
environment.yml
you need⚠️ If you are setting up the universal environment, it will be located where you cloned theinstructions-and-other-templates
project and will be calleduniversal-environment.yml
$ conda remove {environment-name}
$ conda env create -f {path/to/environment.yml}