Passion/Python

python setup.py

sunshout 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.