Skip to content

Instantly share code, notes, and snippets.

@pyliaorachel
Created August 5, 2017 17:13
Show Gist options
  • Select an option

  • Save pyliaorachel/02c1c2fe4ea81181a5c6da2e4e4192d8 to your computer and use it in GitHub Desktop.

Select an option

Save pyliaorachel/02c1c2fe4ea81181a5c6da2e4e4192d8 to your computer and use it in GitHub Desktop.
Uninstall editable packages
pip3 uninstall $(basename $(find . -name '*.egg-info') .egg-info)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment