Skip to content

Instantly share code, notes, and snippets.

@swtornio
Created August 10, 2019 14:44
Show Gist options
  • Save swtornio/2d8d7e2163aee81d921d10cf689bd291 to your computer and use it in GitHub Desktop.
Save swtornio/2d8d7e2163aee81d921d10cf689bd291 to your computer and use it in GitHub Desktop.
notes
Uninstall a python app that used setup.py
> python setup.py install --record files.txt
> cat files.txt | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment