2014-03-28 198 views
0

我想在運行Mavericks的Macbook Pro上使用RVM安裝Ruby。我有點超過我的頭,但每當我在rvm install 2.1鍵入失敗,使我有以下錯誤:RVM安裝Ruby的問題?

Error running 'requirements_osx_brew_update_system ruby-2.1.1', 
showing last 15 lines of /Users/ianvshuff/.rvm/log/1396019921_ruby-2.1.1/update_system.log 
    https://github.com/mxcl/homebrew/wiki/Common-Issues 
and make sure `brew update` works before continuing.' 
++ rvm_pretty_print stderr 
++ case "${rvm_pretty_print_flag:=auto}" in 
++ case "${TERM:-dumb}" in 
++ case "$1" in 
++ [[ -t 2 ]] 
++ return 1 
++ printf %b 'Failed to update Homebrew, follow instructions here: 
    https://github.com/mxcl/homebrew/wiki/Common-Issues 
and make sure `brew update` works before continuing.\n' 
Failed to update Homebrew, follow instructions here: 
    https://github.com/mxcl/homebrew/wiki/Common-Issues 
and make sure `brew update` works before continuing. 
++ return 1 
Requirements installation failed with status: 1. 

Xcode是安裝和一切。任何人都知道發生了什麼事?

+0

歡迎來到Stack Overflow。如果「RVM INSTALL 2.1」不是您輸入的內容,請使用您輸入的* real *文本。 * nix區分大小寫,並且'RVM INSTALL'會失敗並顯示「未找到命令」類型的錯誤。如果您試圖調出文本以使其更明顯,請閱讀[Stack Overflow編輯幫助](http://stackoverflow.com/editing-help)。它會讓你的生活更輕鬆,並會鼓勵他人閱讀和回答你的問題。 –

+0

當然,我會確保注意到,從現在開始我會發布不同的帖子。謝謝! – OceansOnPluto

回答

2

看起來RVM試圖通過使用Homebrew來安裝一些要求,但未安裝或配置不正確。您可以安裝Homebrew,或輸入rvm requirements並嘗試手動解決它們。