Skip to content

Instantly share code, notes, and snippets.

@julianobarbosa
Created March 5, 2020 14:06
Show Gist options
  • Save julianobarbosa/d1c17286141fb9fdcfb7a4cb5483d415 to your computer and use it in GitHub Desktop.
Save julianobarbosa/d1c17286141fb9fdcfb7a4cb5483d415 to your computer and use it in GitHub Desktop.
Python3, pip, update
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