Ruby and RVM cannot install ruby-1.9.3-p392 -


i check versions of ruby have right command.

vincents-macbook-pro:~ vincentwarmerdam$ rvm list known # mri rubies [ruby-]1.8.6[-p420] [ruby-]1.8.7[-p371] [ruby-]1.9.1[-p431] [ruby-]1.9.2[-p320] [ruby-]1.9.3-p125 [ruby-]1.9.3-p194 [ruby-]1.9.3-p286 [ruby-]1.9.3-p327 [ruby-]1.9.3-p362 [ruby-]1.9.3-p374 [ruby-]1.9.3-p385 [ruby-]1.9.3-[p392] [ruby-]1.9.3-head [ruby-]2.0.0-rc1 [ruby-]2.0.0-rc2 [ruby-]2.0.0[-p0] ruby-head 

the list goes on , on can see there many versions of ruby 1.9.3. try switch newer version of 1.9.3, error.

vincents-macbook-pro:~ vincentwarmerdam$ rvm use 1.9.3 ruby-1.9.3-p392 not installed. install do: 'rvm install ruby-1.9.3-p392' 

this seems odd me because can see [ruby-]1.9.3-[p392] appear in list. when try install this:

    vincents-macbook-pro:~ vincentwarmerdam$ rvm install ruby-1.9.3 searching binary rubies, might take time. no binary rubies available for: osx/10.7/x86_64/ruby-1.9.3-p392. continuing compilation. please read 'rvm mount' more information on binary rubies. installing requirements osx, might require sudo password. error: local changes following files overwritten merge:     suite-sparse.rb please, commit changes or stash them before can merge. aborting error: failed update tap: homebrew/science up-to-date. certificates in '/usr/local/etc/openssl/cert.pem' date.  apple-gcc42 not available in path, try:      brew unlink apple-gcc42 && brew link apple-gcc42  , make sure apple-gcc42 available in path:      gcc-4.2 

could explain me happening? i've reinstalled rvm , still message. want able use ruby 1.9.3 can follow first ruby tutorials.

it looks suite-sparse.rb part of git repository , has been corrupted. try find file, cd directory, , run git checkout suite-sparse.rb command on it.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -