Skip to content

Instantly share code, notes, and snippets.

@telendt
Created December 12, 2010 11:56
Show Gist options
  • Save telendt/737995 to your computer and use it in GitHub Desktop.
Save telendt/737995 to your computer and use it in GitHub Desktop.
Upgrades all installed python modules using pip
(echo pip; pip freeze | awk 'BEGIN{FS="=="}{print $1}') | xargs sudo pip install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment