Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created March 14, 2017 18:57
Show Gist options
  • Save anton-petrov/7ed88b5182fe500decdaf34fe9958e89 to your computer and use it in GitHub Desktop.
Save anton-petrov/7ed88b5182fe500decdaf34fe9958e89 to your computer and use it in GitHub Desktop.
pip3 freeze --local | grep -v '^\-e' | 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