Skip to content

Instantly share code, notes, and snippets.

@jhrcook
Created January 26, 2024 20:41
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 jhrcook/b312b2248c12334af573c252e13fb463 to your computer and use it in GitHub Desktop.
Save jhrcook/b312b2248c12334af573c252e13fb463 to your computer and use it in GitHub Desktop.
Remove all libraries installed in a Python environment
pip freeze | xargs pip uninstall -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment