Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/304.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何更改Enthow Corporation的Python版本?_Python_Macos_Enthought - Fatal编程技术网

如何更改Enthow Corporation的Python版本?

如何更改Enthow Corporation的Python版本?,python,macos,enthought,Python,Macos,Enthought,我在Mac电脑上安装了Enthound Canopy,它使用的是苹果内置的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,它是2.7.3,而不是苹果的 目前,你无法改变这一点。

我在Mac电脑上安装了Enthound Canopy,它使用的是苹果内置的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,它是2.7.3,而不是苹果的

  • 目前,你无法改变这一点。从长远来看,这可能是一种可能性

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


  • 可以通过查看Entought的配置并更改python解释器的路径来更改版本。