Skip to content

Instantly share code, notes, and snippets.

@mshirdel
Created February 22, 2021 18:29
Show Gist options
  • Save mshirdel/3945268b12e0663abf06668f47afed92 to your computer and use it in GitHub Desktop.
Save mshirdel/3945268b12e0663abf06668f47afed92 to your computer and use it in GitHub Desktop.
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment