Skip to content

Instantly share code, notes, and snippets.

@justinmklam
Created February 21, 2019 18:10
Show Gist options
  • Save justinmklam/4d6795d5739f9dfc55879db03239f5ec to your computer and use it in GitHub Desktop.
Save justinmklam/4d6795d5739f9dfc55879db03239f5ec to your computer and use it in GitHub Desktop.
Commands to update root conda and all packages. (Because I always forget what the commands are...)
# Update base conda if required
conda update -n root conda
# Update all conda packages
conda update --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment