Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 563 Bytes

File metadata and controls

14 lines (10 loc) · 563 Bytes

How to update Anaconda

Updating conda and Anaconda

The Anaconda manual have a good page on how to do it.

Basically

# Update the conda package manager to the latest version in your base environment
conda update -n base conda
# Use conda to update Anaconda to the latest version in your base environment
conda update -n base anaconda