Skip to content

Instantly share code, notes, and snippets.

@brainix
Last active January 3, 2016 13:19
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainix/8469010 to your computer and use it in GitHub Desktop.
Save brainix/8469010 to your computer and use it in GitHub Desktop.
Install the do_postgres gem with Postgres.app
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