Cannot install pg gem in Mavericks with Postgres.app

后端 未结 8 1662
灰色年华
灰色年华 2020-12-02 04:16

I am trying to install the pg gem for use with Postgres.app on my local machine. I am running Mavericks.

Postgres.app is installed and running fine, but I cannot get

8条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 04:43

    This worked for me:

    gem install pg -- --with-pg-config=`which pg_config`
    

提交回复
热议问题