代码之家  ›  专栏  ›  技术社区  ›  Austin Richardson

在Python shell中配置上下箭头滚动历史记录

  •  3
  • Austin Richardson  · 技术社区  · 14 年前

    我在mac上安装了Python 2.7。以前,我可以用箭头键滚动我的历史。现在,我明白了:

    >>> print 'stupid'
    'stupid'
    >>> ^[[A # This is my feeble attempt at scrolling up.
    

    如果使用Python2.6,滚动仍然有效

    1 回复  |  直到 14 年前
        1
  •  3
  •   Community Egal    7 年前