Skip to content

Instantly share code, notes, and snippets.

@ig0rix
Created August 1, 2014 05:24
Show Gist options
  • Save ig0rix/f0ba767e2d92472bba46 to your computer and use it in GitHub Desktop.
Save ig0rix/f0ba767e2d92472bba46 to your computer and use it in GitHub Desktop.
install psycopg2 into virtualenv on Mac
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