How to change Python version for Enthought Canopy?

2019-06-14 04:21发布

This question already has an answer here:

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条回答
兄弟一词,经得起流年.
2楼-- · 2019-06-14 04:43
  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.

查看更多
登录 后发表回答