How to install python27-devel on Centos 6.5

后端 未结 2 1855
暗喜
暗喜 2020-12-14 18:19

I have installed python 2.7.6 from source, but can\'t find how to install python-devel for python 2.7

yum install python27-devel

doesn\'t w

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 18:50

    I run Centos 6.5 on Virtualbox and this command solved it.

    # yum update
    # yum install centos-release-SCL
    # yum install python27
    

提交回复
热议问题