0

箭头键在我的服务器上不起作用,但仅在从 virtualenv 运行 python 时(参见下面的示例,我按左右键)。

我在这里查看了答案:在 python shell 中按下箭头键时看到转义字符:我没有readline在任一版本的 python 中安装该模块,也没有PYTHONSTARTUP指向任何地方。

有任何想法吗?

$ python3
Python 3.5.2 (default, Oct  8 2019, 13:06:37)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
$ 
$ source venv/bin/activate
$ 
$ python
Python 3.8.2 (default, Mar  8 2020, 12:31:24)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> ^[[D^[[C
4

0 回答 0