Skip to content

Instantly share code, notes, and snippets.

@gistub
Last active July 24, 2022 02:08
Show Gist options
  • Save gistub/0836c3b749a2731d4e65eb369f881939 to your computer and use it in GitHub Desktop.
Save gistub/0836c3b749a2731d4e65eb369f881939 to your computer and use it in GitHub Desktop.
[Misc: Upgrade pip packages in parallel] #snippet
pip list -o --format=legacy | cut -f 1 -d " " | parallel pip install --upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment