Last active
August 29, 2015 14:04
-
-
Save mariusbutuc/0ab81111df659016681a to your computer and use it in GitHub Desktop.
pg gem installation requirements to work in conjunction w/ Postgres.app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # check here for context: http://stackoverflow.com/a/24897553/341929 | |
| env ARCHFLAGS="-arch x86_64" gem install pg -- \ | |
| --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.3/bin/pg_config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment