Skip to content

Instantly share code, notes, and snippets.

@ekreutz
Last active August 20, 2021 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekreutz/feca412e2e755fa9feeae40337cb68e1 to your computer and use it in GitHub Desktop.
Save ekreutz/feca412e2e755fa9feeae40337cb68e1 to your computer and use it in GitHub Desktop.
How to update conda

Update conda

Or, how to update miniconda or Anaconda.

Simply run the following command:

conda update -n base conda

The command will update conda itself, as well as some other important utility binaries used by conda.

To check the version before and after running the update

conda --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment