Skip to content

Instantly share code, notes, and snippets.

@mratsim
Created November 27, 2016 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mratsim/8135b4f6824b61955122fdf828652298 to your computer and use it in GitHub Desktop.
Save mratsim/8135b4f6824b61955122fdf828652298 to your computer and use it in GitHub Desktop.
Upgrade all Python3 package on OSX
pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment