Guest User

Untitled

a guest
Jan 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # as root using 1.9.2
  2. root@buildup:~# rvm list
  3.  
  4. rvm rubies
  5.  
  6. ruby-1.8.7-p334 [ i386 ]
  7. => ruby-1.9.2-p180 [ i386 ]
  8.  
  9. root@buildup:~# which ruby
  10. /usr/local/rvm/rubies/ruby-1.9.2-p180/bin/ruby
  11.  
  12. # as bradland using 1.8.7
  13. root@buildup:~# rvm list
  14.  
  15. rvm rubies
  16.  
  17. => ruby-1.8.7-p334 [ i386 ]
  18. ruby-1.9.2-p180 [ i386 ]
  19.  
  20. root@buildup:~# which ruby
  21. /usr/local/rvm/rubies/ruby-1.8.7-p334/bin/ruby
Add Comment
Please, Sign In to add comment