OSX 即可。当我安装Canopy IDE时, Enthought Canopy Python 2.7.6 被设置为bash shell的默认Python:
$ python
Enthought Canopy Python 2.7.6 | 32-bit | (default, Sep 15 2014, 17:36:57)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
目前,我正在使用另一个IDE( PyCharm )来处理需要Python模块的项目。我尝试使用 pip 直接从bash shell下载模块,但它不起作用:
pip install psycopg2 <---module
我认为它与 Enthought Canopy Python 运行有关,所以我试图恢复原来的python。但是,我无法恢复它。这个Enthought帖子(2011)的说明不起作用:
OS X - After EPD installation, restore system python to be default
他们说要从〜/ .bash_profile文件中注释掉以下行,保存更改并重新启动bash shell:
# PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:${PATH}"
# export PATH
没用。