Advertisement
Juc1

rvm implode

Oct 1st, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. $:/usr/local# ls
  2. bin drush etc games include lib man psa rvm sb sbin share src
  3. $:/usr/local/rvm# ls
  4. LICENCE archives environments help log rubies user
  5. README bin examples hooks man scripts wrappers
  6. RELEASE config gems installed.at patches src
  7. VERSION contrib gemsets lib patchsets tmp
  8. $:/usr/local/rvm# rvm implode
  9. Are you SURE you wish for rvm to implode?
  10. This will recursively remove /usr/local/rvm and other rvm traces?
  11. (type 'yes' or 'no')>
  12. yes
  13. Removing rvm-shipped binaries (rvm-prompt, rvm, rvm-sudo rvm-shell and rvm-auto-ruby)
  14. Removing rvm wrappers in /usr/local/rvm/bin
  15. Hai! Removing /usr/local/rvm
  16. /usr/local/rvm has been removed.
  17. rvm has been fully removed. Note you may need to manually remove /etc/rvmrc and ~/.rvmrc if they exist still.
  18. $:/usr/local/rvm#
  19. $/usr/local# cd /usr/local
  20. -bash: /usr/local/rvm/scripts/initialize: No such file or directory
  21. -bash: /usr/local/rvm/scripts/hook: No such file or directory
  22. $:/usr/local# ls
  23. bin drush etc games include lib man psa sb sbin share src
  24. $:/usr/local# whoami
  25. root
  26. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement