我想安装适用于Python3.2x的ipython开发版
我的环境
我希望能够使用以下方式提取开发版本: git pull
如描述 http://ipython.org/ipython-doc/stable/install/install.html
但是python3.2 setupegg.py
开发会抛出错误
作为普通用户
/usr/local/src/ipython $ python3.2 setupegg.py develop
Traceback (most recent call last):
File "setupegg.py", line 6, in <module>
execfile('setup.py')
NameError: name 'execfile' is not defined
和sudo
/usr/local/src/ipython $ sudo python3.2 setupegg.py develop
Traceback (most recent call last):
File "setupegg.py", line 6, in <module>
execfile('setup.py')
NameError: name 'execfile' is not defined
有什么问题?说明准确吗?
答案 0 :(得分:0)
IPython无法安装为python 3+的鸡蛋。使用setup.py
进行安装。