From 76fef40480a4caabf3cf0f5bd2bcc6ab70f7bd0c Mon Sep 17 00:00:00 2001 From: Windber Date: Sun, 29 Dec 2019 19:23:11 +0800 Subject: [PATCH] change python-devel to python3-devel for CentOS. change python-devel to python3-devel for CentOS. --- doc/developers/advanced_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developers/advanced_installation.rst b/doc/developers/advanced_installation.rst index d52dfba48c0e1..8fd0f9ecf0273 100644 --- a/doc/developers/advanced_installation.rst +++ b/doc/developers/advanced_installation.rst @@ -339,7 +339,7 @@ architecture (e.g. ARM), you can install the system versions:: On Red Hat and clones (e.g. CentOS), install the dependencies using:: - sudo yum -y install gcc gcc-c++ python-devel numpy scipy + sudo yum -y install gcc gcc-c++ python3-devel numpy scipy Linux compilers from conda-forge ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~