Skip to content

Instantly share code, notes, and snippets.

@hfogelberg
Created October 18, 2017 17:33
Show Gist options
  • Save hfogelberg/de1829a8e57a7b2e12d93c5f31af7646 to your computer and use it in GitHub Desktop.
Save hfogelberg/de1829a8e57a7b2e12d93c5f31af7646 to your computer and use it in GitHub Desktop.
Update all python packages
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