Python 使用 postgresql

postgresql

直接安装整包的postgresql.dmg,会缺少头文件等,需安装开发版的postgresql,使用brew安装,同时设置环境变量以便pip安装时可使用:

brew install postgresql
export PATH=$PATH:/usr/local/Cellar/postgresql/9.6.2/bin

brew的安装可见:

http://www.jianshu.com/p/6523d3eee50d

RHEL systems: yum install postgresql-devel
Mac: brew install postgresql

安装三方库

pip install psycopg2 -i https://pypi.douban.com/simple/
    原文作者:xncode
    原文地址: https://www.jianshu.com/p/2301849132cb
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞