unable to install pg gem

后端 未结 20 865
不知归路
不知归路 2020-12-02 04:54

I tried using gem install pg but it doesn\'t seem to work.

gem install pg gives this error

Temporarily enhancing PATH to in         


        
20条回答
  •  离开以前
    2020-12-02 04:58

    $ PATH=$PATH:/Library/PostgreSQL/9.1/bin sudo gem install pg
    

    replace the 9.1 for the version installed on your system.

提交回复
热议问题