컴퓨터

centos6 python 2.7 yum 설치

돌하니 2016. 1. 5. 16:04

The Software Collections ( SCL ) Repository
https://wiki.centos.org/AdditionalResources/Repositories/SCL

 

Software Collections on RHEL6/CentOS6
http://linuxsysconfig.com/2014/03/software-collections-on-rhel6-centos6/

 

yum install centos-release-SCL
yum search python27
yum install python27


# scl enable python27 bash

또는

# source /opt/rh/python27/enable

 

저작자표시 (새창열림)