Skip to content

Instantly share code, notes, and snippets.

@ianterrell
Created December 16, 2010 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianterrell/742816 to your computer and use it in GitHub Desktop.
Save ianterrell/742816 to your computer and use it in GitHub Desktop.
Installing Postgres Gems on OS X
PATH=$PATH:/Library/PostgreSQL/9.0/bin/ env ARCHFLAGS="-arch x86_64" gem install pg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment