Installing psycopg2 on Mac OS X

I thought I had psycopg2 installed on my mac.. Thought.. But now I actually have!

After a quick search I found the right solution here. It only needed a little bit adjustment as I don’t use PostgresPlus, but just plain PostgreSQL.

To install, type the following in your command line. (Note that I use PostgreSQL 8.3 here! For different versions, different folders can hold, like /8.2 instead of /8.3 for PostgreSQL 8.2 for example).

PATH=$PATH:/Library/PostgreSQL/8.3/bin/ sudo easy_install psycopg2
Getagged , ,

6 reacties op “Installing psycopg2 on Mac OS X

  1. StriveForBest schreef:

    thank you so much! it works

  2. Tyler Hayes schreef:

    Saved me a lot of hassle. Just wanted to say thanks.

  3. Valerie Lynn schreef:

    Thank you! You solved my hour-long problem!

  4. Dane Wright schreef:

    Very helpful. Thank you.

  5. MatthewC schreef:

    Thanks! Worked for me.

  6. Nice installation guide cheers mate. I’d been trying for a while before I found your help!

Geef een reactie

Het e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *