红联Linux门户
Linux帮助

python centos上出现上下键和退格键均为乱码

发布时间:2015-11-11 15:31:08来源:linux网站作者:晓康勘探

出现此问题主要是由于未安装readline,可以使用python自带的readline,具体设置方式为:


1、cd /Python-2.7.9 (下载包后的路径)
2、./configure
3、vim /Python-2.7.9/Modules/Setup

python centos上出现上下键和退格键均为乱码

取消前面的注释
4、make&&make install


在Linux上使用rlwrap实现像dos功能使用上下键查看命令:http://www.linuxdiyf.com/linux/9829.html

实现Linux下上下键和命令补全:http://www.linuxdiyf.com/linux/7603.html

CentOS 5.8中Python-2.7.5交互模式下方向键、退格键出现乱码:http://www.linuxdiyf.com/linux/8257.html

Ubuntu下使用Vi是方向键变乱码 退格键不能使用的解决方法:http://www.linuxdiyf.com/linux/3147.html