Skip to content

Instantly share code, notes, and snippets.

@polarblau
Created April 26, 2020 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save polarblau/a58b213d01bdfc742c68cb2adb940405 to your computer and use it in GitHub Desktop.
Save polarblau/a58b213d01bdfc742c68cb2adb940405 to your computer and use it in GitHub Desktop.
Installing the pg gem when using the postgres.app
# No pg_config... trying anyway. If building fails, please try again with
# --with-pg-config=/path/to/pg_config
gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/[YOUR postgres.app VERSION]/bin/pg_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment