Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frankyston/17dadf7c366c5a2365e5f41509bcf2e3 to your computer and use it in GitHub Desktop.
Save frankyston/17dadf7c366c5a2365e5f41509bcf2e3 to your computer and use it in GitHub Desktop.
How to install the pg gem with Postgres.app

Install PG gem with Postgres.app

gem install pg -v '0.18.4' -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.5/bin/pg_config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment