Python installation ReadLine module for automatic completion

Source: Internet
Author: User

Yum installs ReadLine, Readline-devel

#yum install-y Readline-devel

Download and install Setuptools

#wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz#md5= 7df2a529a074f613b509fb44feefe74e--no-check-certificate

#tar-ZXVF setuptools-0.6c11.tar.gz

#cd SETUPTOOLS-0.6C11

#python setup.py Install


Download and install ReadLine

#wget https://pypi.python.org/packages/source/r/readline/readline-6.2.4.1.tar.gz#md5= 578237939c81fdbc2c8334d168b17907--no-check-certificate

#tar-ZXVF readline-6.2.4.1.tar.gz

#cd readline-6.2.4.1

#python setup.py Install


# python

Python 2.7.5 (Default, Sep 27 2014, 17:30:23)

[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2

Type "Help", "copyright", "credits" or "license" for more information.

>>> import ReadLine, rlcompleter; Readline.parse_and_bind ("Tab:complete")


This completes the completion of the Python auto-complete function.


This article is from the "Jeff" blog, so be sure to keep this source http://zhangxz.blog.51cto.com/5490116/1559297

Python installation ReadLine module for automatic completion

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.