Created
January 6, 2016 22:47
-
-
Save amatellanes/bc9ab9cc4a906631512b to your computer and use it in GitHub Desktop.
Pip Upgrade All Outdated Python Packages
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
pip list --outdated | awk '{print $1}' | xargs pip install -U |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment