首页 > 系统相关 >CentOS7.9编译安装gp

CentOS7.9编译安装gp

时间:2022-09-28 15:02:43浏览次数:57  
标签:enable 编译 -- gp python CentOS7.9 yum install pip

前提条件

yum update -y
yum -y install epel-release
yum –y install python-pip
yum install -y lrzsz

设置python国内下载源

mkdir -p ~/.pip
vi ~/.pip/pip.conf

 

添加如下内容

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=pypi.tuna.tsinghua.edu.cn

 

./configure --prefix=/opt/greenplum-db --enable-orca --enable-gpperfmon --with-perl --with-python --with-libxml --enable-mapreduce --with-includes=/usr/local/include/ --with-libraries=/usr/local/lib

 

标签:enable,编译,--,gp,python,CentOS7.9,yum,install,pip
From: https://www.cnblogs.com/lxqtest/p/16738051.html

相关文章