installing ruby 1.9.3 of osx mavricsmavrics

Posted by user1648962 on Stack Overflow See other posts from Stack Overflow or by user1648962
Published on 2013-11-02T23:29:22Z Indexed on 2013/11/03 3:54 UTC
Read the original article Hit count: 390

Filed under:
|

I am trying to install ruby 1.9.3 on my osx 10.9 operating system and I keep getting the following error :

Error running 'requirements_osx_port_update_system ruby-1.9.3-p448',
please read /Users/ramesh/.rvm/log/1383430694_ruby-1.9.3-p448/update_system.log
Requirements installation failed with status: 1.

I am using the following command to do the installtion :

 rvm install 1.9.3

The complete log is as given below :

 Ramesh:Downloads ramesh$ rvm install 1.9.3
 Searching for binary rubies, this might take some time.
 No binary rubies available for: osx/10.9/x86_64/ruby-1.9.3-p448.
 Continuing with compilation. Please read 'rvm help mount' to get more information on    binary rubies.
 Checking requirements for osx.
 Installing requirements for osx.
 Updating    system.............................................................................................................................................................................................................................................................
Error running 'requirements_osx_port_update_system ruby-1.9.3-p448',
please read /Users/ramesh/.rvm/log/1383430694_ruby-1.9.3-p448/update_system.log
Requirements installation failed with status: 1.
Ramesh:Downloads ramesh$ clear

© Stack Overflow or respective owner

Related posts about ruby

Related posts about osx-mavericks