Skip to content

Instantly share code, notes, and snippets.

@unixunion
Created March 27, 2017 09:07
Show Gist options
  • Save unixunion/ab0e6797dbe4a2ee108ea78b0888ac6c to your computer and use it in GitHub Desktop.
Save unixunion/ab0e6797dbe4a2ee108ea78b0888ac6c to your computer and use it in GitHub Desktop.
pip upgrade all packages
pip install --upgrade pip
pip freeze | awk -F "==" '{print $1;}' | xargs -I{} pip install --upgrade {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment