Skip to content

Instantly share code, notes, and snippets.

@hprobotic
Created January 28, 2022 05:22
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 hprobotic/d428225879477c35ee88cf38dd3e5808 to your computer and use it in GitHub Desktop.
Save hprobotic/d428225879477c35ee88cf38dd3e5808 to your computer and use it in GitHub Desktop.

Dev:

  1. Remove all pip packages: pip freeze | grep -v "^-e" | xargs pip uninstall -y

  2. Remove all brew packages: brew remove --force $(brew list --formula)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment