unable to install pg gem

后端 未结 20 956
不知归路
不知归路 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:56

    If you are using jruby instead of ruby you will have similar issues when installing the pg gem. Instead you need to install the adaptor:

    gem 'activerecord-jdbcpostgresql-adapter'
    

提交回复
热议问题