Skip to content

Instantly share code, notes, and snippets.

@thulio
Created August 11, 2011 16:51
Show Gist options
  • Save thulio/1140154 to your computer and use it in GitHub Desktop.
Save thulio/1140154 to your computer and use it in GitHub Desktop.
Update all python packages installed with pip
pip freeze -l | 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