CentOS6.5 install Python2.7, yum appears "No module named yum" error

Source: Internet
Author: User

Install python2.7 by installing the following method:

Yum install–y python27 python27-devel python-/usr/bin/-RF PYTHONCP python2. 7 python

Yum error occurred: No module named Yum

Workaround, see which versions of Python are available under/usr/bin

Ll/usr/bin

I am here: 2.6 and 2.7 (just installed)
Because the Yum command is incompatible with python2.7, you need to modify the/usr/bin/yum file, vi /usr/bin/yum open it, and change the first line from "#!/usr/bin/python" to "#!/usr/bin/python2.6"

CentOS6.5 install Python2.7, yum appears "No module named yum" error

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.