Created
August 1, 2014 05:24
-
-
Save ig0rix/f0ba767e2d92472bba46 to your computer and use it in GitHub Desktop.
install psycopg2 into virtualenv on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH=/Library/PostgreSQL/9.3/bin/:"$PATH" | |
pip install psycopg2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment