RVM ruby installation errors - Mac

后端 未结 8 778
深忆病人
深忆病人 2020-12-14 09:28

I have tried to install each of the following three versions of Ruby via RVM, each with their own set of errors. I\'m more concerned with getting the last one working so I\'

8条回答
  •  情书的邮戳
    2020-12-14 10:09

    If you have a new install of XCode, you'll need to:

    1.) open it

    2.) go to: Preferences>Downloads>Command Line Tools

    3.) install the Command Line Tools

    4.) then run the following in Terminal:

    rvm install 1.9.3 --with-gcc=clang
    

提交回复
热议问题