Created
March 5, 2020 14:06
-
-
Save julianobarbosa/d1c17286141fb9fdcfb7a4cb5483d415 to your computer and use it in GitHub Desktop.
Python3, pip, update
This file contains 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
for i in `python -m pip list -o | cut -d ' ' -f 1` | |
do | |
python -m pip install -U $i | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment