Merge branch '8784-dir-listings'
[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 of Python 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, "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.
21
22 {% include 'notebox_end' %}