Make error installing Ruby 1.9.2 via rvm OSX Lion 10.7.2 XCode 4.2

后端 未结 5 1949
一生所求
一生所求 2021-01-23 02:33

I\'m getting the following error when trying to install 1.9.2 with rvm

/Users/craigspaeth/.rvm/scripts/functions/utility: line 152: date: command not found
Insta         


        
5条回答
  •  半阙折子戏
    2021-01-23 02:55

    With a clean install of xcode 4.2 you may install ruby 1.9.2 via rvm, though it is unsupported and may cause issues with some native gems, by using this command:

    rvm install 1.9.2 -C --with-gcc=clang
    

    This was noted on rvm issues list here:

    https://github.com/wayneeseguin/rvm/issues/610

提交回复
热议问题