标签:eve gcc 自定义 cep install mpi 安装 path lan
yum install zlib-devel
wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tar.xz
tar xf Python-3.6.8.tar.xz
cd Python-3.6.8
./configure --prefix=/opt/python36 检查环节预处理
make 释放makefile文件
make install 安装
错误整理
configure: error: in `/root/test/Python-3.6.8‘:
configure: error: no acceptable C compiler found in $PATH
yum install gcc
添加环节变量
vim /etc/profile.d/python.sh
PATH=$PATH:/opt/python36/bin
标签:eve gcc 自定义 cep install mpi 安装 path lan
原文地址:https://www.cnblogs.com/Hedger-Lee/p/13047244.html