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是安装和一切。任何人都知道发生了什么事?
欢迎来到Stack Overflow。如果“RVM INSTALL 2.1”不是您输入的内容,请使用您输入的* real *文本。 * nix区分大小写,并且'RVM INSTALL'会失败并显示“未找到命令”类型的错误。如果您试图调出文本以使其更明显,请阅读[Stack Overflow编辑帮助](http://stackoverflow.com/editing-help)。它会让你的生活更轻松,并会鼓励他人阅读和回答你的问题。 –
当然,我会确保注意到,从现在开始我会发布不同的帖子。谢谢! – OceansOnPluto