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.

RHEL6RHEL7Centos


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



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



Code Block
languagebash
[root]# yum install 
-y
centos-release-SCL
[root]# yum install
-y
 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

...