Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Created June 19, 2014 22:31
Show Gist options
  • Save rodrigomaia/b198d0cf867db826635d to your computer and use it in GitHub Desktop.
Save rodrigomaia/b198d0cf867db826635d to your computer and use it in GitHub Desktop.
How to install pg gems when use pg. app
http://stackoverflow.com/questions/20224483/cannot-install-pg-gem-in-mavericks-with-postgres-app
Updated 7th June 2014
Latest Postgres App has pg_config located in the app bundler in Applications/Postgres.app/Contents/Versions/9.3/bin/pg_config, so the new ge command would be:
gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.3/bin/pg_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment