Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Squirro depends on Python, which is provided by a separate YUM repository. Execute the following commands to set up this repository. Please answer y for yes in response to the yum install command prompts.

RHEL6

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

RHEL7

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

Centos

Code Block
languagebash
[root@localhost ~]# yum install -y centos-release-SCL
[root@localhost ~]# yum install -y python27

...