Skip to content

Instantly share code, notes, and snippets.

@h4ckninja
Created October 21, 2016 04:38
Show Gist options
  • Save h4ckninja/9583813c3b7cd455224ab5e57c89ced5 to your computer and use it in GitHub Desktop.
Save h4ckninja/9583813c3b7cd455224ab5e57c89ced5 to your computer and use it in GitHub Desktop.
pip upgrade all
for p in `pip list | cut -d " " -f 1`; do pip install --upgrade $p; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment