Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 14th, 2012  |  syntax: None  |  size: 0.82 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. unset RUBYOPT
  2.  
  3.  
  4.  
  5. $ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
  6. Cloning into rvm...
  7. remote: Counting objects: 5459, done.
  8. remote: Compressing objects: 100% (2584/2584), done.
  9. remote: Total 5459 (delta 3552), reused 3908 (delta 2151)
  10. Receiving objects: 100% (5459/5459), 1.85 MiB | 471 KiB/s, done.
  11. Resolving deltas: 100% (3552/3552), done.
  12.  
  13.   RVM:  Shell scripts enabling management of multiple ruby environments.
  14.   RTFM: https://rvm.beginrescueend.com/
  15.   HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
  16.  
  17. Installing RVM to /home/lmolr/.rvm/
  18.     Correct permissions for base binaries in /home/lmolr/.rvm/bin...
  19.     Copying manpages into place.
  20.  
  21.  
  22.  
  23. $ [[ -s "/home/lmolr/.rvm/scripts/rvm" ]] && source "/home/lmolr/.rvm/scripts/rvm"
  24.  
  25.  
  26.  
  27. $ type rvm | head -1
  28. rvm is a function
  29.  
  30.  
  31. $ rvm notes
  32. *** READ ***