Last active
January 3, 2016 13:19
-
-
Save brainix/8469010 to your computer and use it in GitHub Desktop.
Install the do_postgres gem with 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
gem install do_postgres -- \ | |
--with-pgsql-server-dir=/Applications/Postgres.app/Contents/Versions/9.3 \ | |
--with-pgsql-server-include=/Applications/Postgres.app/Contents/Versions/9.3/include/postgresql/server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment