मैं अंतिम आदेश कैसे दोहराऊं? सामान्य कुंजियाँ: ऊपर, Ctrl + Up, Alt-p काम नहीं करता है। वे निरर्थक चरित्रों का निर्माण करते हैं।
(ve)[kakarukeys@localhost ve]$ python
Python 2.6.6 (r266:84292, Nov 15 2010, 21:48:32)
[GCC 4.4.4 20100630 (Red Hat 4.4.4-10)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print "hello world"
hello world
>>> ^[[A
File "<stdin>", line 1
^
SyntaxError: invalid syntax
>>> ^[[1;5A
File "<stdin>", line 1
[1;5A
^
SyntaxError: invalid syntax
>>> ^[p
File "<stdin>", line 1
p
^
SyntaxError: invalid syntax
>>>
libncurses-dev
libreadline-dev
और फिर configure-make-install
पायथन और उसके बाद यह काम किया। उत्तर के रूप में जोड़ा गया ...