Skip to content

Instantly share code, notes, and snippets.

@krismp
Created September 17, 2015 01:16
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 krismp/43fa6b50448b54b06cf1 to your computer and use it in GitHub Desktop.
Save krismp/43fa6b50448b54b06cf1 to your computer and use it in GitHub Desktop.
install pg gem on Mac OSX
```
gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/MacOS/bin/pg_config
Note: in newer versions (in 9.4 at least) the path is actually: /Applications/Postgres.app/Contents/Versions/9.4/bin/pg_config
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment