Skip to content

Instantly share code, notes, and snippets.

@oisin
Created September 14, 2013 13:46
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