Skip to content

Instantly share code, notes, and snippets.

@jachin
Created October 29, 2012 20:46
Show Gist options
  • Save jachin/3976434 to your computer and use it in GitHub Desktop.
Save jachin/3976434 to your computer and use it in GitHub Desktop.
Upgrade all installed pip packages
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