Error installing pg gem on osx

后端 未结 10 947
Happy的楠姐
Happy的楠姐 2020-12-24 15:38

I am on osx 10.6.7 trying to run bundle install on a new rails 3.0.7 app and it keeps failing when trying to build the pg gem. It keeps telling me that I have need the devel

10条回答
  •  执笔经年
    2020-12-24 16:03

    I also ran into this issue, for me the answer was updating RVM of all things.

    rvm get head
    rvm install 1.9.2
    

提交回复
热议问题