Created
December 7, 2011 17:39
-
-
Save kagemusha/1443744 to your computer and use it in GitHub Desktop.
Install Postgres pg Ruby Gem on Snow Leopard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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