Skip to content

Instantly share code, notes, and snippets.

@kagemusha
Created December 7, 2011 17:39
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 kagemusha/1443744 to your computer and use it in GitHub Desktop.
Save kagemusha/1443744 to your computer and use it in GitHub Desktop.
Install Postgres pg Ruby Gem on Snow Leopard
Tested on: pg (0.11.0) OS X Snow Leopaard
export PATH=/opt/local/lib/postgresql84/bin:${PATH}
env ARCHFLAGS="-arch x86_64" gem install pg
where postgresql84 is install dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment