【问题标题】:How to change Python version for Enthought Canopy? [duplicate]如何更改 Enthought Canopy 的 Python 版本? [复制]
【发布时间】:2013-08-03 02:31:52
【问题描述】:

我在 Mac 上安装了 Enthought Canopy,它使用的是 Apple 的内置 Python 2.7.3 版本。

sys.version
Out[1]: '2.7.3 | 32-bit | (default, Jun 14 2013, 18:24:40) \n[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]'

如何将其更改为我在计算机上手动安装的 Python 2.7.5?

【问题讨论】:

    标签: python macos enthought


    【解决方案1】:
    1. 它实际上向您展示的是 Enthought 构建的 Canopy Python,它是 2.7.3,而不是 Apple 的。

    2. 目前,您无法更改此设置。从长远来看,这可能是一种可能性。

    3. Canopy Python 可能会在未来几个月内更新到 2.7.5。

    【讨论】:

    • 可以通过查看Entought的配置并更改python解释器的路径来更改版本。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-06-01
    • 1970-01-01
    • 2013-04-15
    • 1970-01-01
    • 2012-08-26
    相关资源
    最近更新 更多