gem install pg doesn't work on OSX Lion

后端 未结 13 1058
天命终不由人
天命终不由人 2020-12-07 15:08

There are variations of this question bouncing around SO, but none of them seem to have an answer that solves my problem.

I am running OSX Lion (10.7.3). The latest

13条回答
  •  借酒劲吻你
    2020-12-07 15:27

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

    rvm get head
    rvm install 1.9.2
    

提交回复
热议问题