Last active
August 29, 2015 14:19
-
-
Save jonikorpi/bc98be0dfdaa92d99cc0 to your computer and use it in GitHub Desktop.
Revisions
-
jonikorpi revised this gist
Apr 24, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.4/bin/pg_config If you run in to missing headers problem, try specifying the include directory of the app: gem install pg -- --with-pg-include='/Applications/Postgres.app/Contents/Versions/9.4/include/' -
jonikorpi created this gist
Apr 24, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.3/bin/pg_config If you run in to missing headers problem, try specifying the include directory of the app: gem install pg -- --with-pg-include='/Applications/Postgres.app/Contents/Versions/9.3/include/'