Cannot install pg gem in Mavericks with Postgres.app

后端 未结 8 1646
灰色年华
灰色年华 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:53

    adding the postgress bin dir to the path also does the trick. just add the bin to the pat like this. with recent installs the latest symbolic link makes sure that this path should be 'stable' for future version upgrades.

    export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin
    

提交回复
热议问题