-
Remove all pip packages:
pip freeze | grep -v "^-e" | xargs pip uninstall -y
-
Remove all brew packages:
brew remove --force $(brew list --formula)
Created
January 28, 2022 05:22
-
-
Save hprobotic/d428225879477c35ee88cf38dd3e5808 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment