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/