19070: Still trying to fix test_with_arvbox
[arvados.git] / doc / _includes / _note_python_sc.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 {% include 'notebox_begin' %}
8
9 {% if rh_version %} On CentOS {{rh_version}} and RHEL {{rh_version}},
10 {% else %} On CentOS and RHEL,
11 {% 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.
12
13 To "enable Software Collections on CentOS":https://wiki.centos.org/AdditionalResources/Repositories/SCL, run:
14
15 <notextile>
16 <pre><code>~$ <span class="userinput">sudo yum install centos-release-scl scl-utils</span>
17 </code></pre>
18 </notextile>
19
20 To enable Software Collections on RHEL:
21
22 <notextile>
23 <pre><code>~$ <span class="userinput">sudo yum-config-manager --enable rhel-server-rhscl-7-rpms</span>
24 </code></pre>
25 </notextile>
26
27 "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 .
28
29 {% include 'notebox_end' %}