从 Enthought Python 发行版安装 Python 2.7 时是否应该卸载 Python 3.2?
我已经在我的开发计算机上安装了 Python 3.2。主要是为了探索。
现在我必须执行一些“真正的”工作,修改 Python 中的某些内容然后将其移植到 C++,但使用依赖于 Python 2.7 的 Enthought(EPD 免费)包。
您认为我应该卸载 Python 3.2吗?在我的机器上安装两者是否有任何可能的副作用?
我担心任何不需要的副作用;-)
I had already installed Python 3.2 on my development computer. It was mainly for exploring it.
Now I have to perform some "real" work, modifying then porting to C++ something in Python, but using the Enthought (EPD Free) package, that depends on Python 2.7.
Do you think I should uninstall Python 3.2, are there any possible side effects of having both installed on my machine ?
I fear any unwanted side effects ;-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的机器上有多个Python是没有问题的。我目前有 2.5、2.6、2.7、3.0、3.1 和 3.2。如果您想要多次安装同一版本,即基于 2.7 的两个不同发行版,情况可能会变得更加复杂。但这不是你在这里做的事情,所以你没有什么可害怕的。
It's no problem to have multiple Pythons on your machine. I currently have 2.5, 2.6, 2.7, 3.0, 3.1 and 3.2. Where it can get a little more complicated is if you want to have multiple installations of the same version, i.e. two different distributions based on 2.7, say. But that's not what you are doing here so you have nothing to fear.