Skip to content

Instantly share code, notes, and snippets.

@prakashanantha
prakashanantha / install-psycopg2
Created October 15, 2014 22:51
Installing psycopg2 on a mac
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install postgresql
sudo pip install psycopg2