Skip to content

Instantly share code, notes, and snippets.

@optroodt
Created February 12, 2019 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save optroodt/b1bb3b3d1edbcefb31f3c621abd7065c to your computer and use it in GitHub Desktop.
Save optroodt/b1bb3b3d1edbcefb31f3c621abd7065c to your computer and use it in GitHub Desktop.
Handy pip commands
# uninstall packages installed by pip
pip freeze | xargs pip uninstall -y
# see which packages depend on a package:
pip show <insert_package_name_here>| grep ^Require
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment