简体   繁体   English

我应该安装哪种顶篷分配?

[英]Which enthought canopy distribution should I install?

I am running 32 bit Python on a 64 bit system. 我在64位系统上运行32位Python。 Which enthought canopy distribution should I install? 我应该安装哪种顶篷分配? The 32 bit or the 64 bit? 是32位还是64位?

In other words, do I match the operating system I am using or do I match the Python I am using? 换句话说,我要匹配使用的操作系统还是我要使用的Python?

You install a 64bit Operating System. 您安装一个64位操作系统。

And you should install a 32bit Python version only if : 并且仅在以下情况下应安装32位Python版本:

  • The libraries you intend to use does not support a 64bit Python version. 您打算使用的库不支持64位Python版本。
  • You intend to build your .py into a .exe 您打算将.py生成为.exe
  • You're testing something specific related to the 32bit arch. 您正在测试与32位架构有关的特定内容。

Otherwise, install a 64bit Python and a newer python version (Python 3.X) if possible. 否则,请尽可能安装64位Python和较新的python版本(Python 3.X)。

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

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