Last active
July 22, 2018 13:52
-
-
Save Semidio/5d331626cae05bc9b4c5400559f9f340 to your computer and use it in GitHub Desktop.
batch update pip package
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 -o |sed '1,2d' |awk '{print $1}' |xargs sudo -H pip install -U |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment