我们使用 python setup.py install 来安装python包,但是如何卸载呢?
只能手动删除安装的文件
可以使用如下命令
cat files.txt | xargs rm -rf 删除这些文件