The solution of using the directional key to generate garbled characters in the PYTHON3 interpreter's interactive interface

Source: Internet
Author: User

Phenomenon: Using the arrow keys in the PYTHON3 interpreter interface will produce something like this: [D^[c and other garbled characters.

Cause: ReadLine function not enabled


Workaround:



Yum install-y readline-devel//install C ReadLine related files


Make Distclean//clean up information about prior to the installation process

Vim./moudules/setup.dist//Edit Setup.dist file under modules in Python3 source directory

#readline readline.c-lreadline-ltermcap //Remove the comment before the line in the setup.dist. (delete ' # ')

./configure-with-readline//rerun./configure and take the--with-readline parameter to enable ReadLine

Make//Recompile

Make install//reinstall Python3










The solution of using the directional key to generate garbled characters in the PYTHON3 interpreter's interactive interface

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.