Skip to content

Instantly share code, notes, and snippets.

@uolter
Created December 2, 2014 09:42
Show Gist options
  • Save uolter/24d3fc83a40af4fa537a to your computer and use it in GitHub Desktop.
Save uolter/24d3fc83a40af4fa537a to your computer and use it in GitHub Desktop.
pip update all 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