Arrow keys no longer work in Python shell after upgrading Mac OS to Sierra

后端 未结 7 1011
甜味超标
甜味超标 2020-12-29 21:42

I\'m using zsh, iTerm2 (3.0.9), and pyenv (1.0.2) with pyenv global set to 3.5.2.

In the Python shell, the up and down arrow keys used to work, to access the previou

7条回答
  •  自闭症患者
    2020-12-29 21:59

    Need to configure python's shortcuts.

    In shell, run idle3, then update the key shortucts:

    How to repeat last command in python interpreter shell?

提交回复
热议问题