Skip to content

Instantly share code, notes, and snippets.

@gerardsimons
Created February 1, 2023 13:15
Show Gist options
  • Save gerardsimons/262e5d4c5742618644c9bca2a487f41a to your computer and use it in GitHub Desktop.
Save gerardsimons/262e5d4c5742618644c9bca2a487f41a to your computer and use it in GitHub Desktop.
Uninstall all pip packages
pip freeze | xargs -I {} pip uninstall -y {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment