Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近有人告诉我应该重建 Python 2.7.2 以使 Python 解释器正常运行,因为它最近表现得很奇怪。
如果我重建 Python,它会破坏我的 Django 安装和site-packages目录中的其他鸡蛋吗?
site-packages
Django 本身不使用 C 模块,因此重建 Python 不会影响它。但是,具有 C 模块的第三方应用程序可能会受到影响,因此请确保在重建后对其进行测试。
我建议你在工作中使用 Virtualenv