gpt4 book ai didi

python - 为什么有时 python 解释器无法识别向上箭头键?

转载 作者:太空宇宙 更新时间:2023-11-04 07:02:31 25 4
gpt4 key购买 nike

这个问题真的困扰了我很久,一直想不出答案。

我的 ubuntu 中有各种版本的 python。某些版本的 python 解释器可以正常识别键盘箭头键。但有些版本不能。

例如。在我的python2.6解释器中,所有的键盘按键都可以正常读取。但是在我的 python2.7 解释器中,如果我在键盘上键入“向上箭头键”,解释器会显示这个,我想要的是重新出现 >>> test = "hello world":

(python2.7)yarkee@yarkee-laptop:~$ python
Python 2.7.3 (default, Mar 19 2013, 19:57:37)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> test = "hello world"
>>> ^[[A

最佳答案

听起来你的 python-2.6 解释器是用 readline 支持构建的,但你的 python-2.7 解释器不是。

关于python - 为什么有时 python 解释器无法识别向上箭头键?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15814125/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com