Skip to content

Instantly share code, notes, and snippets.

@briandk
Last active August 22, 2018 13:59
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 briandk/21cf4dc43654c14d51d50b0f87d23fa8 to your computer and use it in GitHub Desktop.
Save briandk/21cf4dc43654c14d51d50b0f87d23fa8 to your computer and use it in GitHub Desktop.
Useful commands for Anaconda Python

Update to a newer version of anaconda

conda update --prefix /anaconda3 anaconda

Upgrade all conda packages to their latest version

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