Skip to content

Instantly share code, notes, and snippets.

@jonahoffline
Last active August 20, 2017 11:31
Show Gist options
  • Save jonahoffline/064ff71501ad8a00630e to your computer and use it in GitHub Desktop.
Save jonahoffline/064ff71501ad8a00630e 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