centos 安装 PyGreSQL

 

yum install python-devel
yum install postgresql-devel

 

安装PyGreSQL

pip install PyGreSQL

 

 如果没有pip,安装pip

yum -y install epel-release
yum -y install python-pip

 

posted @ 2016-05-06 14:23  泉青23  阅读(461)  评论(0编辑  收藏  举报