Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save scottlowe/435674 to your computer and use it in GitHub Desktop.
Save scottlowe/435674 to your computer and use it in GitHub Desktop.
PostgreSQL gem build env vars
# sudo port install postgres84
export PATH=/opt/local/lib/postgresql84/bin:${PATH}
env ARCHFLAGS="-arch x86_64" bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment