Skip to content

Instantly share code, notes, and snippets.

@mstfydmr
Created May 7, 2019 08:18
Show Gist options
  • Save mstfydmr/66ee023f8a02d5427e8456177b87e216 to your computer and use it in GitHub Desktop.
Save mstfydmr/66ee023f8a02d5427e8456177b87e216 to your computer and use it in GitHub Desktop.
PIP - Upgrade All
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