Passion/Python
python setup.py
sunshout1
2017. 3. 15. 15:37
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.
728x90