From e91bc9dfcceeb22b88efd57e6defe80d520079f0 Mon Sep 17 00:00:00 2001 From: Joel Donahue Date: Mon, 27 Feb 2017 11:19:33 -0700 Subject: [PATCH] added gcc-c++ for RHEL OS dependencies (#2286) --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 86b2cb49bd..e6aaa5fa9e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -31,7 +31,7 @@ For **Fedora** and **RHEL-derivatives**, the following command will ensure that the required dependencies are installed: :: sudo yum upgrade python-setuptools - sudo yum install gcc libffi-devel python-devel python-pip python-wheel openssl-devel libsasl2-devel openldap-devel + sudo yum install gcc gcc-c++ libffi-devel python-devel python-pip python-wheel openssl-devel libsasl2-devel openldap-devel **OSX**, system python is not recommended. brew's python also ships with pip ::