Python 2.7 をインストール

http://blog.idcf.jp/entry/cloud/software-collections-for-centos-6/ を参考に。

 

# yum repolist all



にて elrepo-extras が無効となっていたので

# yum -y --enablerepo=elrepo-extras install centos-release-scl
 # yum update
 # yum install scl-utils python27 python27-scldevel
 # scl enable python27 bash


コメントを残す