unable to install pg gem

后端 未结 20 960
不知归路
不知归路 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 05:14

    This worked in my case:

    sudo apt-get install libpq-dev
    

    I used:

    • Ubuntu 14.04.2 LTS
    • Ruby 2.2.2
    • Rails 4.2.1

提交回复
热议问题