卸载使用 setup.py 安装的应用
python setup.py uninstall – Stack Overflow
python setup.py install --record files.txt xargs rm -rf < files.txt
参考文献
Building and Distributing Packages with Setuptools — setuptools 54.1.0 documentation
python setup.py uninstall – Stack Overflow
python setup.py install --record files.txt xargs rm -rf < files.txt
Building and Distributing Packages with Setuptools — setuptools 54.1.0 documentation