Last active
November 30, 2018 03:12
-
-
Save 5j9/95d7a87a773796b818e9cf79afc014d3 to your computer and use it in GitHub Desktop.
Upgrade all non-editable pip 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 -o --exclude-editable --format freeze | cut -d= -f1 | xargs -n1 pip install -U |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment