Uninstall
python setup.py install --record files.txt
to generate the list
cat files.txt | xargs rm -rf
to remove the files recorded by the previous step.
Uninstall
python setup.py install --record files.txt
to generate the list
cat files.txt | xargs rm -rf
to remove the files recorded by the previous step.