8784: Fix test for latest firefox.
[arvados.git] / doc / _includes / _note_python_sc.liquid
1 {% include 'notebox_begin' %}
2
3 {% if rh_version %} On CentOS {{rh_version}} and RHEL {{rh_version}},
4 {% else %} On CentOS and RHEL,
5 {% 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.
6
7 To "enable Software Collections on CentOS":https://wiki.centos.org/AdditionalResources/Repositories/SCL, run:
8
9 <notextile>
10 <pre><code>~$ <span class="userinput">sudo yum install centos-release-scl scl-utils</span>
11 </code></pre>
12 </notextile>
13
14 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.
15
16 {% include 'notebox_end' %}