Advertisement
kn0tsel

rvm-01

Apr 28th, 2013
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sh-3.2# ./install
  2.  
  3. Upgrading the RVM installation in /usr/local/rvm/
  4.     Group 'rvm' already exists
  5. type rvm >/dev/null 2>/dev/null || echo ${PATH} | GREP_OPTIONS="" \grep "/usr/local/rvm/bin" > /dev/null || export PATH="${PATH}:/usr/local/rvm/bin"
  6.  
  7. Upgrade Notes:
  8.  
  9.   * No new notes to display.
  10.  
  11. # RVM:  Shell scripts enabling management of multiple ruby environments.
  12. # RTFM: https://rvm.io/
  13. # HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
  14. # Cheatsheet: http://cheat.errtheblog.com/s/rvm
  15. # Screencast: http://screencasts.org/episodes/how-to-use-rvm
  16.  
  17. # In case of any issues run 'rvm requirements' or read 'rvm notes'
  18.  
  19. Upgrade of RVM in /usr/local/rvm/ is complete.
  20.  
  21. # ESe,
  22. #
  23. #   Thank you for using RVM!
  24. #   I sincerely hope that RVM helps to make your life easier and
  25. #   more enjoyable!!!
  26. #
  27. # ~Wayne
  28.  
  29. chmod: /usr/local/rvm/RELEASE: No such file or directory
  30.  
  31. sh-3.2# which rvm
  32. /usr/local/rvm/bin/rvm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement