X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39..b5884b515a7fe6255761020cdd39d450db6d603b:/doc/_includes/_note_python_sc.liquid diff --git a/doc/_includes/_note_python_sc.liquid b/doc/_includes/_note_python_sc.liquid index ae273f7953..4b081770a7 100644 --- a/doc/_includes/_note_python_sc.liquid +++ b/doc/_includes/_note_python_sc.liquid @@ -8,7 +8,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0 {% if rh_version %} On CentOS {{rh_version}} and RHEL {{rh_version}}, {% else %} On CentOS and RHEL, -{% endif %} these packages require a more recent version of Python from Software Collections. The Software Collection will be installed automatically as long as Software Collections are enabled on your system. +{% endif %} these packages require a more recent version from Software Collections. The Software Collection will be installed automatically as long as Software Collections are enabled on your system. To "enable Software Collections on CentOS":https://wiki.centos.org/AdditionalResources/Repositories/SCL, run: @@ -17,6 +17,13 @@ To "enable Software Collections on CentOS":https://wiki.centos.org/AdditionalRes -To enable Software Collections on RHEL, "follow section 2.1 of Red Hat's Installation chapter":https://access.redhat.com/documentation/en-US/Red_Hat_Software_Collections/2/html/2.0_Release_Notes/chap-Installation.html. +To enable Software Collections on RHEL: + + +
~$ sudo yum-config-manager --enable rhel-server-rhscl-7-rpms
+
+
+ +"See also section 2.1 of Red Hat's Installation chapter":https://access.redhat.com/documentation/en-US/Red_Hat_Software_Collections/2/html/2.0_Release_Notes/chap-Installation.html . {% include 'notebox_end' %}