Install psycopg2 on OSX


/ Published in: Bash
Save to your folder(s)

Where the path is where pg_config lives on your system.


Copy this code and paste it in your HTML
  1. export PATH=$PATH:/Library/PostgreSQL/9.0/bin
  2. sudo pip install psycopg2

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

Report this snippet


Comments


You need to login to view comments.