Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Change instructions for installing Python

...

Code Block
languagebash
[root@localhost ~]# wgetyum install -P /tmp https://www.softwarecollections.org/en/scls/rhscl/python27/epel-6-x86_64/download/rhscl-python27-epel-6-x86_64.noarch.rpmy centos-release-SCL
[root@localhost ~]# yum localinstallinstall /tmp/rhscl-python27-*.noarch.rpmy python27

EPEL

Code Block
languagebash
[root@localhost ~]# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
[root@localhost ~]# yum localinstall epel-release-6-8.noarch.rpm

...