Skip to content

Instantly share code, notes, and snippets.

@gentilfp
Created December 7, 2014 19:57
Show Gist options
  • Save gentilfp/fe7800764007936363c3 to your computer and use it in GitHub Desktop.
Save gentilfp/fe7800764007936363c3 to your computer and use it in GitHub Desktop.
Install pg gem with Postgres.app
gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.3/bin/pg_config
use sudo find / -name "pg_config" to find the path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment