我在使用Macbook Air(版本10.8.4)并尝试安装ruby 2.0.0。我做了rvm get stable
然后rvm install ruby-2.0.0
。我收到这个错误......
将Ruby从源代码安装到:/usr/local/rvm/rubies/ruby-2.0.0-p247,这可能需要一段时间,具体取决于您的cpu ...
ruby-2.0.0-p247 - #downloading ruby-2.0.0-p247,这可能需要一段时间,具体取决于您的连接......
ruby-2.0.0-p247 - #extracted to /usr/local/rvm/src/ruby-2.0.0-p247(已提取)
ruby-2.0.0-p247 - #configuring - 使用Zsh,无法显示进度,耐心等待......
ruby-2.0.0-p247 - #compiling - 使用Zsh,无法显示进度,耐心等待......
运行'make -j4'时出错,
请阅读/usr/local/rvm/log/ruby-2.0.0-p247/1373658495_make.log
运行make时出错。停止安装。
我尝试了Can't install Ruby 2.0.0-p0 with RVM. Error running 'make -j8',但我仍然遇到同样的错误。就像在,我试过
我将日志文件复制并粘贴到google doc中,因为它是400多行。点击此处https://docs.google.com/document/d/1mwiL88KbWYfFge3XKQF2hOJjG_8PzYTdcRFxbZcpUeU/edit?usp=sharing
答案 0 :(得分:1)
尝试按给定顺序运行这些命令:---
brew update
brew tap homebrew/dupes
brew install apple-gcc42
rvm get stable
rvm install ruby-2.0.0