Skip to content

Instantly share code, notes, and snippets.

@sbansal
Last active August 29, 2015 14:02
Show Gist options
  • Save sbansal/a82d23513da70d7db248 to your computer and use it in GitHub Desktop.
Save sbansal/a82d23513da70d7db248 to your computer and use it in GitHub Desktop.
pg gem installation
If you are having issues installing the "pg" gem on your machines, try this command.
```
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