Skip to content

Instantly share code, notes, and snippets.

@anteaya
Created November 14, 2009 14:09
Show Gist options
  • Select an option

  • Save anteaya/234557 to your computer and use it in GitHub Desktop.

Select an option

Save anteaya/234557 to your computer and use it in GitHub Desktop.
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