Skip to content

Instantly share code, notes, and snippets.

@7aman
Created October 22, 2018 16:26
Show Gist options
  • Save 7aman/6c45287541cc066f72bc1ba7b5e25a9c to your computer and use it in GitHub Desktop.
Save 7aman/6c45287541cc066f72bc1ba7b5e25a9c to your computer and use it in GitHub Desktop.
python3 -m pip install -U $(python3 -m pip freeze | cut -d"=" -f1)
python2 -m pip install -U $(python2 -m pip freeze | cut -d"=" -f1)

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment