How can I install Ruby 1.9.3 in Mac OS X Lion?

后端 未结 11 505
南旧
南旧 2020-12-04 12:21

I am trying to install Ruby 1.9.3 but am having problems. I installed RVM, then typed:

rvm install 1.9.3

The output says:

         


        
11条回答
  •  暖寄归人
    2020-12-04 12:51

    Try using the clang compiler instead of the default:

    rvm install 1.9.3 --with-gcc=clang
    

提交回复
热议问题