Last active
July 24, 2022 02:08
-
-
Save gistub/0836c3b749a2731d4e65eb369f881939 to your computer and use it in GitHub Desktop.
[Misc: Upgrade pip packages in parallel] #snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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