Skip to content

Instantly share code, notes, and snippets.

@namgivu
Created October 25, 2024 09:31
Show Gist options
  • Save namgivu/83203c85de69582721178fa44a3fe774 to your computer and use it in GitHub Desktop.
Save namgivu/83203c85de69582721178fa44a3fe774 to your computer and use it in GitHub Desktop.
pipuninstallALL.sh
python -m pip freeze | cut -d= -f1 | xargs python -m pip uninstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment