Created
November 14, 2009 14:09
-
-
Save anteaya/234557 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| anita@anita-laptop:~$ rvm use 1.8.5 p-55 | |
| <e> Unknown ruby string component: 'p' </e> | |
| <i> Now using system ruby. </i> | |
| anita@anita-laptop:~$ rvm use 1.8.5p-55 | |
| <w> ruby ruby-1.8.5p-r55 is not installed. </w> | |
| <i> To install do: 'rvm install ruby-1.8.5p-r55' </i> | |
| anita@anita-laptop:~$ rvm install ruby-1.8.5p-r55 | |
| <i> Installing Ruby from source to: /home/anita/.rvm/ruby-1.8.5p-r55 </i> | |
| <e> Error running 'svn checkout -q -r 55 http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_5p /home/anita/.rvm/src/ruby-1.8.5p-r55', please check /home/anita/.rvm/log/ruby-1.8.5p-r55/svn.checkout.error.log </e> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment