【发布时间】:2010-11-09 02:25:04
【问题描述】:
我从源代码在我的 Mac 上安装了 Python 2.7。以前,我可以使用箭头键滚动浏览我的历史记录。现在,我明白了:
>>> print 'stupid'
'stupid'
>>> ^[[A # This is my feeble attempt at scrolling up.
如果我使用 Python 2.6,滚动仍然有效
是否有一个配置文件或者这是我必须在编译时设置的东西?
【问题讨论】:
标签: python