unable to install pg gem

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

    You just go to here to see if your pg version support Win32 platform, then use this command to install:

    gem install pg -v 0.14.1 --platform=x86-mingw32

提交回复
热议问题