Skip to content

Instantly share code, notes, and snippets.

@mebaysan
Created June 9, 2022 07:17
Show Gist options
  • Save mebaysan/c6e955bb865c9ae67ac1aed1efdf6e55 to your computer and use it in GitHub Desktop.
Save mebaysan/c6e955bb865c9ae67ac1aed1efdf6e55 to your computer and use it in GitHub Desktop.
Upgrade the all packages by using pip
pip list -o --format columns| cut -d' ' -f1|xargs -n1 pip install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment