升级到IPython13后获取AttributeError

时间:2012-07-06 23:35:41

标签: python ipython

我使用IPython升级了pip安装,当我使用ipython时,它失败了:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'Shell'

但是当我尝试$(which ipython)时,它会正常启动。

AttributeError可能是什么原因?

2 个答案:

答案 0 :(得分:0)

在〜/ .ipython下查看。那里可能有一个使用旧API的配置脚本。

答案 1 :(得分:0)

alias .bashrc中的ipython覆盖了$PATH中的{{1}},并且它被设置为旧版本的ipython