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

后端 未结 7 1020
甜味超标
甜味超标 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 22:18

    What solved it for me was running the steps mentioned by jsphpl (unlink and install) and then additionally using brew to link python again and allowing the overwrite of conflicting files.

提交回复
热议问题