Skip to content

Instantly share code, notes, and snippets.

@nalanj
Created March 7, 2009 21:01
Show Gist options
  • Save nalanj/75439 to your computer and use it in GitHub Desktop.
Save nalanj/75439 to your computer and use it in GitHub Desktop.
# Getting postgres gem to install on OS X requires that you have the ARCHFLAGS environment variable set
# correctly
sudo env ARCHFLAGS="-arch i386" gem install postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment