2

我已经安装了 django 扩展并且我正在使用 shell_plus。

当我按下向上箭头时,我会得到这样的奇怪字符

Python 2.7.3 (default, Nov 23 2012, 18:02:22)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> ^[[A^[[A^[[A

我正在使用虚拟环境。

我在 virtualenv 和我的系统中都安装了 python readline

4

2 回答 2

0

With the shell_plus command you need to add --use-pythonrc option.

于 2014-11-20T09:05:37.280 回答
0

我认为您的 python shell 中未启用 readline。验证是否定义了 PYTHONSTARTUP 变量

您可以在此处检查诊断:在 python shell 中按箭头键时看到转义字符

于 2013-06-21T04:22:28.180 回答