gpt4 book ai didi

python - 无法在 Linux 中的 python 命令行中编辑行

转载 作者:IT王子 更新时间:2023-10-29 00:52:37 24 4
gpt4 key购买 nike

我在 Linux 下运行 Python CLI:

bla:visualization> python
Python 2.1.1 (#18, Nov 1 2001, 11:15:13)
[GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2
Type "copyright", "credits" or "license" for more information.
>>>

由于某些原因,箭头键和删除键不起作用:

删除:

>>> x^H^H^H

向上箭头:

>>> x^[[A^[[A

等...

我怎样才能让这些工作?

最佳答案

基本问题是您的 Python 安装可能未使用 readline 库进行编译。您可以通过尝试导入 readline 模块来确认这一点:

import readline

如果 readline 不存在,导入时应该会出错。

如果是这种情况,除了使用 readline 库重新编译 Python 之外,您无能为力。

关于python - 无法在 Linux 中的 python 命令行中编辑行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1243770/

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