How to change Python version for Enthought Canopy? [duplicate]

六月ゝ 毕业季﹏ 提交于 2019-12-08 10:20:18

问题


I installed Enthought Canopy on a Mac and it's using Apple's built-in Python 2.7.3 version.

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)]'

How can I change it to Python 2.7.5 which I manually installed on the computer?


回答1:


  1. It's actually showing you Enthought-built Canopy Python which is 2.7.3, not Apple's.

  2. At present, you can't change this. Long-term, this may be a possibility.

  3. Canopy Python will probably update to 2.7.5 within the next few months.



来源:https://stackoverflow.com/questions/18028686/how-to-change-python-version-for-enthought-canopy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!