Cześć wszystkim.
Po update systemu os x lion na mevericks, mam problem z updatem rubiego z 1.9.3 na 2.0
zaktualiwałem xcode do 5.0.1
zainstalowalem command_line_tools
Error running 'requirements_osx_brew_update_system ruby-2.0.0-p247',
please read /Users/tomekd/.rvm/log/1383149457_ruby-2.0.0-p247/update_system.log
Requirements installation failed with status: 1.
gdy wejde do loga mam:
2013-10-30 17:08:16] requirements_osx_brew_update_system
requirements_osx_brew_update_system ()
{
if __rvm_version_compare "${_system_version}" -ge 10.7; then
__rvm_detect_xcode_version_at_least 4.6.2 || __CLT_version_at_least 4.6.0 || {
typeset ret=$?;
rvm_error "
Xcode version older than 4.6.2 installed, download and install newer version from:
http://connect.apple.com
After installation open Xcode, go to Downloads and install Command Line Tools.
";
return $ret
};
fi;
brew update || {
typeset ret=$?;
rvm_error "Failed to update Homebrew, follow instructions here:
https://github.com/mxcl/homebrew/wiki/Common-Issues
and make sure \`brew update\` works before continuing.";
return $ret
}
}
to nie dziala:
http://www.interworks.com/blogs/ckaukis/2013/03/05/installing-ruby-200-rvm-and-homebrew-mac-os-x-108-mountain-lion
http://stackoverflow.com/questions/16632543/error-installing-any-ruby-version-with-rvm-on-osx