Skip to content

Instantly share code, notes, and snippets.

@mperham
Created May 14, 2010 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mperham/401613 to your computer and use it in GitHub Desktop.
Save mperham/401613 to your computer and use it in GitHub Desktop.
# After rvm upgrade --head...
~> rvm install rbx
Installing pre-requisites
Extracting rubinius-1.0.0-20100514.tar.gz ...
Configuring rbx
Compiling rbx
Installing gems for rbx-1.0.0-p20100514.
Installing rdoc to /Users/mike/.rvm/gems/rbx-1.0.0-p20100514@global
Installing rdoc to /Users/mike/.rvm/gems/rbx-1.0.0-p20100514
Installing rake to /Users/mike/.rvm/gems/rbx-1.0.0-p20100514@global
Installing rake to /Users/mike/.rvm/gems/rbx-1.0.0-p20100514
Installation of gems for rbx-1.0.0-p20100514 is complete.
~> rvm use rbx
rbx rbx-1.0.0-p is not installed.
To install do: 'rvm install rbx-1.0.0-p'
~> rvm list
rvm Rubies
rbx-1.0.0-p20100514 [ x86_64 ]
rbx-1.0.0-rc5 [ x86_64 ]
ruby-1.8.7-p249 [ x86_64 ]
ruby-1.9.1-p378 [ x86_64 ]
System Ruby
system [ x86_64 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment