Created
September 19, 2019 12:57
-
-
Save bpesquet/861880571f773e133a9109d90eca33c9 to your computer and use it in GitHub Desktop.
Python local installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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