Created
May 7, 2019 08:18
-
-
Save mstfydmr/66ee023f8a02d5427e8456177b87e216 to your computer and use it in GitHub Desktop.
PIP - Upgrade All
This file contains 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
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment