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

前端 未结 2 811
甜味超标
甜味超标 2021-02-13 12:17

I upgraded rvm to 1.15.8, then went back down to 1.15.7 after having some problems in zsh. After downgrading, my Ruby 1.9+ versions went back in fine, but 1.8.7 won\'t install a

2条回答
  •  别那么骄傲
    2021-02-13 12:39

    it is problem in detecting tcl/tk by ruby 1.8.7, the solution is to disable it:

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

    the other solution when tcl/tk is needed: https://stackoverflow.com/a/11666019/497756

提交回复
热议问题