Getting Ruby 1.8.7 installed on Mountain Lion (10.8)

后端 未结 3 1221
夕颜
夕颜 2020-12-25 07:56

I\'m having a lot of trouble getting Ruby 1.8.7 installed on my clean install of Mountain Lion. I\'ve looked around on Stack Overflow and don\'t see anything that specifical

3条回答
  •  一生所求
    2020-12-25 08:40

    I just figured it out! Please reference this question on SO

    rvm can no longer install 1.8.7-p352 on Mac OS X Mountain Lion

    rvm reinstall 1.8.7 --without-tcl --without-tk
    

    Alternatively, try this installation order if you have Homebrew.

    brew install tcl-tk
    
    rvm reinstall 1.8.7
    

提交回复
热议问题