2

抱歉,这是我第一次在这里发布我的问题。我目前正在使用 zsh shell,并且在安装 ruby​​ 时一直遇到问题。当我运行 rvm install ruby​​-2.0.0-p195 时,它显示如下错误消息,

➜  ~  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,但它仍然不起作用。

有人有类似的经历吗?谢谢你的提前。

4

0 回答 0