python -m pip list --outdated | awk '{print $1}' | xargs -n1 python -m pip install -U
Last active
June 26, 2020 00:36
-
-
Save julianobarbosa/e45c5366e78ef661e4cfb41d123f6f87 to your computer and use it in GitHub Desktop.
Python PIP Update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment