Skip to content

Instantly share code, notes, and snippets.

@tmcgilchrist
Created June 15, 2011 04:15
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 tmcgilchrist/1026467 to your computer and use it in GitHub Desktop.
Save tmcgilchrist/1026467 to your computer and use it in GitHub Desktop.
Installing pg gem on Snow Leopard
Install pg gem on Snow Leopard for PostgreSQL 9.
Run the following commands.
sudo port install postgresql90-server -universal
gem install pg -- --with-pg-config=/opt/local/lib/postgresql90/bin/pg_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment