Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix "SCL" to "scl"

...

RHEL6RHEL7Centos


Code Block
languagebash
[root]# yum install yum-utils
[root]# yum-config-manager --enable rhel-server-rhscl-6-rpms
[root]# yum install python27



Code Block
languagebash
[root]# yum install yum-utils
[root]# yum-config-manager --enable rhel-server-rhscl-7-rpms
[root]# yum install python27



Code Block
languagebash
[root]# yum install centos-release-SCLscl
[root]# yum install python27


...