简体   繁体   English

从Enthought Python Distribution安装Python 2.7时,我应该卸载Python 3.2吗?

[英]Should I uninstall Python 3.2 when installing Python 2.7 from the Enthought Python Distribution?

I had already installed Python 3.2 on my development computer. 我已经在我的开发计算机上安装了Python 3.2。 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. 现在我必须执行一些“真正的”工作,修改然后在Python中移植到C ++,但是使用Enthought(EPD Free)包,这取决于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 ? 你认为我应该卸载Python 3.2,是否有任何副作用都安装在我的机器上?

I fear any unwanted side effects ;-) 我担心任何不必要的副作用;-)

It's no problem to have multiple Pythons on your machine. 在你的机器上安装多个Pythons没问题。 I currently have 2.5, 2.6, 2.7, 3.0, 3.1 and 3.2. 我目前有2.5,2.6,2.7,3.0,3.1和3.2。 Where it can get a little more complicated is if you want to have multiple installations of the same version, ie two different distributions based on 2.7, say. 如果你想要多个相同版本的安装,即基于2.7的两个不同的发行版,它可以变得更复杂一点。 But that's not what you are doing here so you have nothing to fear. 但那不是你在这里做的事情,所以你没有什么可担心的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM