From b752f6b16be57dddb9b7158619f328c884fc0473 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Thu, 17 Nov 2016 14:41:00 -0500 Subject: [PATCH] docs: Add missing command to install CentOS SCL. --- source/docs/en/latest/developer/build-linux.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/docs/en/latest/developer/build-linux.markdown b/source/docs/en/latest/developer/build-linux.markdown index c345223b..74b74b9c 100644 --- a/source/docs/en/latest/developer/build-linux.markdown +++ b/source/docs/en/latest/developer/build-linux.markdown @@ -173,6 +173,7 @@ Install dependencies. Install the [Software Collections (SCL)](https://wiki.centos.org/AdditionalResources/Repositories/SCL) repository and Python 2.7.x[^python-centos-6]. + sudo yum install centos-release-scl sudo yum install python27 python27-python-devel python27-python-setuptools python27-python-tools python27-python-virtualenv Install the [EPEL](https://fedoraproject.org/wiki/EPEL) repository and related additional dependencies.