I\'m trying to run Django with a Postgresql backend on my local Mac OS X. I\'ve installed Django using pip:
sudo pip install Django
I\'ve inst
For OSX 10.9.2 Mavericks, this is what worked for me. Try installing postgres with brew first:
brew install postgresql
Then install pg
gem install pg