I am trying to install the pg gem for use with Postgres.app on my local machine. I am running Mavericks.
Postgres.app is installed and running fine, but I cannot get
This worked for me:
gem install pg -- --with-pg-config=`which pg_config`