Skip to content

Instantly share code, notes, and snippets.

@mariusbutuc
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save mariusbutuc/0ab81111df659016681a to your computer and use it in GitHub Desktop.

Select an option

Save mariusbutuc/0ab81111df659016681a to your computer and use it in GitHub Desktop.
pg gem installation requirements to work in conjunction w/ Postgres.app
# check here for context: http://stackoverflow.com/a/24897553/341929
env ARCHFLAGS="-arch x86_64" gem install pg -- \
--with-pg-config=/Applications/Postgres.app/Contents/Versions/9.3/bin/pg_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment