Skip to content

Instantly share code, notes, and snippets.

@jrherr
Created November 11, 2013 04:47
Show Gist options
  • Save jrherr/7408023 to your computer and use it in GitHub Desktop.
Save jrherr/7408023 to your computer and use it in GitHub Desktop.
Update all the python modules already installed on my system
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