Skip to content

Instantly share code, notes, and snippets.

@dsudduth
Created October 5, 2019 00:09
Show Gist options
  • Select an option

  • Save dsudduth/7f77d5f4b9befbce80fd28d60ab27b51 to your computer and use it in GitHub Desktop.

Select an option

Save dsudduth/7f77d5f4b9befbce80fd28d60ab27b51 to your computer and use it in GitHub Desktop.
# Replace <search-term> with the package prefix.
pip freeze | grep <search-term> | xargs pip uninstall -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment