Skip to content

Instantly share code, notes, and snippets.

@soldni
Created June 20, 2014 21:19
Show Gist options
  • Save soldni/9468d797e087b2b726b3 to your computer and use it in GitHub Desktop.
Save soldni/9468d797e087b2b726b3 to your computer and use it in GitHub Desktop.
upgrade all pip packages at once
pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs pip install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment