RVM issue with Mountain Lion

会有一股神秘感。 提交于 2019-12-05 23:21:06
mpapis

Check this answer https://stackoverflow.com/a/10540282/497756

the main point is:

rvm pkg install openssl

and then:

rvm reinstall 1.9.3

Try the following:

  • Update Xcode, get the version that will work with Lion and run the command again.

  • Install using:

    rvm install 1.9.3 --with-gcc=clang

  • Install GCC 4.2 and try:

    rvm install 1.9.3 --with-gcc=gcc-4.2

Hope one of these will work.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!