pythonshell中敲击方向键显示「^[[c^[[d」,原因是什么?如何修复?

系统环境: os x 10.8python: version 2.7.5, built from source, isolated by virtualenv.问题描述: 通过”source bin/active”进入virtualenv环境后, 在python shell中敲击方向键, 会出现”>>>^[[c^[[d”等字样. 但在非virtualenv环境的python shell(系统自带版本, 源码构建版本)中并不会出现这种现象. 我想知道为什么会出现这样的问题, 以及如何修复.ps: 小白问题, 才疏学浅, google无果后上来求教.====================================================stackoverflow上有类似的问题: input – python shell: arrow keys do not work on remote machinehow to repeat last command in python interpreter shell?python doc: 2. using the python interpreter====================================================感谢@吴涛的回答, 我基本知道从哪里入手解决这个问题了, 但是我的情况可能更加复杂一点, 原因可能与codecs这个package有关, 问题是在使用这个库之后才出现的, 与 python – arrow keys in putty returning [[a^ [[d^ [[b^ instead of moving the cursor 的描述可能有关联.

Posted in 未分类

发表评论