mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
added gcc-c++ for RHEL OS dependencies (#2286)
This commit is contained in:
committed by
Maxime Beauchemin
parent
bc29035bda
commit
e91bc9dfcc
@@ -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 ::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user