码迷,mamicode.com
首页 > 其他好文 > 详细

centos和redhat下,psycopg2安装

时间:2014-04-30 04:48:22      阅读:511      评论:0      收藏:0      [点我收藏+]

标签:http   c   tar   ext   t   get   set   sql   python   安装   res   

1、 yum install postgresql-libs

2、 yum install postgresql92-devel.i386

3、 wget http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.1.tar.gz

4、 tar zxvf psycopg2-2.5.1.tar.gz

5、 cd psycopg2-2.5.1

6、 python setup.py build_ext –pg-config /usr/pgsql-9.2/bin/pg_config build

7、 python setup.py build_ext –pg-config /usr/pgsql-9.2/bin/pg_config install

centos和redhat下,psycopg2安装,布布扣,bubuko.com

centos和redhat下,psycopg2安装

标签:http   c   tar   ext   t   get   set   sql   python   安装   res   

原文地址:http://www.cnblogs.com/jeffsun/p/3695672.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!