Skip to content

Instantly share code, notes, and snippets.

@oisin
Created September 14, 2013 13:46
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save oisin/6562181 to your computer and use it in GitHub Desktop.
Override Postgres defaults when you have installed the Postgres.app application on OS X, and you need to compile native extensions for a Ruby gem with bundler.
gem install do_postgres -- --with-pgsql-server-dir=/Applications/Postgres.app/Contents/MacOS --with-pgsql-server-include=/Applications/Postgres.app/Contents/MacOS/include/server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment