标签: python pip package
我发现,如果我创建/写入位于Python软件包目录中的静态文件,则不会通过pip uninstall删除这些文件,并且将显示以下消息:
pip uninstall
Would not remove (might be manually added): <path to the file>
除了用rm <path to file>手动删除那些文件外,我还能做什么?
rm <path to file>