Skip to content

Instantly share code, notes, and snippets.

@kates
Created July 21, 2014 08:10
Show Gist options
  • Save kates/4a56688f6f1f8f089dbc to your computer and use it in GitHub Desktop.
Save kates/4a56688f6f1f8f089dbc to your computer and use it in GitHub Desktop.
pip update all packages in virtualenv
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