Return to Snippet

Revision: 49397
at July 21, 2011 04:50 by tclancy


Initial Code
export PATH=$PATH:/Library/PostgreSQL/9.0/bin
sudo pip install psycopg2

Initial URL
http://stackoverflow.com/questions/5629368/installing-psycopg2-into-virtualenv-when-postgresql-is-not-installed-on-developme

Initial Description
Where the path is where pg_config lives on your system.

Initial Title
Install psycopg2 on OSX

Initial Tags


Initial Language
Bash