Skip to content

Instantly share code, notes, and snippets.

@bpesquet
Created September 19, 2019 12:57
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 bpesquet/861880571f773e133a9109d90eca33c9 to your computer and use it in GitHub Desktop.
Save bpesquet/861880571f773e133a9109d90eca33c9 to your computer and use it in GitHub Desktop.
Python local installation
# update all packages unprompted
conda update --all -y
# list packages that can be updated
conda search --outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment