пятница, 18 мая 2012 г.

How to install readline for python ?

Some time ago I needed to run 'sudo easy_install readline' on my Ubuntu 11.04 machine.
But I had an error message.

For resolving that problem you should install the following packages:
- python2.7-dev (if python 2.7 is installed)
- libncurses5-dev

and try to run again the command:
sudo easy_install readline

Комментариев нет:

Отправить комментарий