Skip to content

Instantly share code, notes, and snippets.

@nuclearsandwich
Created March 30, 2012 18:23
Show Gist options
  • Save nuclearsandwich/2253709 to your computer and use it in GitHub Desktop.
Save nuclearsandwich/2253709 to your computer and use it in GitHub Desktop.
wtfrbxrvmbbq
└─> rvm --version
rvm 1.11.2 (latest) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.beginrescueend.com/]
└─> rvm use rbx
Using /home/steven/.rvm/gems/rbx-head
┌─[ 0 ][ ○$ ][ 11:22 ][ Temeraire:~ ]
└─> gem list
*** LOCAL GEMS ***
bundler (1.0.21 ruby)
ffi (1.0.9)
rake (0.9.2.2, 0.9.2, 0.8.7)
rake-compiler (0.7.9)
rdoc (2.5.1)
ruby-debug (0.10.47)
┌─[ 0 ][ ○$ ][ 11:22 ][ Temeraire:~ ]
└─> echo $GEM_HOME
/home/steven/.rvm/gems/rbx-head
┌─[ 0 ][ ○$ ][ 11:22 ][ Temeraire:~ ]
└─> echo $GEM_PATH
/home/steven/.rvm/gems/rbx-head:/home/steven/.rvm/gems/rbx-head@global
┌─[ 0 ][ ○$ ][ 11:22 ][ Temeraire:~ ]
└─> gem install clj
WARNING: You don't have /home/steven/.gem/rbx/1.8/bin in your PATH,
gem executables will not run.
Building native extensions. This could take a while...
Successfully installed clj-0.0.8.2
1 gem installed
Installing ri documentation for clj-0.0.8.2...
Installing RDoc documentation for clj-0.0.8.2...
┌─[ 0 ][ ○$ ][ 11:23 ][ Temeraire:~ ]
└─>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment