➜ ~ rvm install ruby-2.0.0-p195
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.8/x86_64/ruby-2.0.0-p195.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing Ruby from source to: /Users/SamChen/.rvm/rubies/ruby-2.0.0-p195, this may take a while depending on your cpu(s)...
ruby-2.0.0-p195 - #downloading ruby-2.0.0-p195, this may take a while depending on your connection...
ruby-2.0.0-p195 - #extracted to /Users/SamChen/.rvm/src/ruby-2.0.0-p195 (already extracted)
ruby-2.0.0-p195 - #configuring - using ZSH, can not show progress, be patient...
ruby-2.0.0-p195 - #compiling - using ZSH, can not show progress, be patient...
Error running 'make -j4',
please read /Users/SamChen/.rvm/log/ruby-2.0.0-p195/1368734705_make.log
There has been an error while running make. Halting the installation.
我阅读了旧文章,并检查我的[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
文件底部是否有~./zshrc
,但它仍无效。
有人有类似的经历吗? 谢谢你提前。