2012-09-17 65 views

回答

2

您需要在編譯Python之前安裝readline庫。

+0

我該怎麼辦呢? –

+1

@BinitaMaharjan sudo apt-get install libreadline-dev可能會做到這一點,但我不在debian上,所以我不知道100%。另見:askubuntu.com/questions/21547/what-are-the-packages-libraries-i-should-install-before-compiling-python-from-so –

+0

libreadline-dev已經安裝在我的系統上。 –

1

我可以建議你安裝Ipython嗎?它有相當多的python歷史和交互工具。 http://ipython.org/

+0

很好的答案,但你也可以解釋爲什麼命令行編輯不能像海報假設那樣工作。 –

2

關於Python 3.4:

sudo python -m pip install readline