Skip to content

Instantly share code, notes, and snippets.

@5j9
Last active November 30, 2018 03:12
Show Gist options
  • Save 5j9/95d7a87a773796b818e9cf79afc014d3 to your computer and use it in GitHub Desktop.
Save 5j9/95d7a87a773796b818e9cf79afc014d3 to your computer and use it in GitHub Desktop.
Upgrade all non-editable pip packages
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