Created
August 10, 2019 14:44
-
-
Save swtornio/2d8d7e2163aee81d921d10cf689bd291 to your computer and use it in GitHub Desktop.
notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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