PageRenderTime 39ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/alt.md

https://gitlab.com/Rockyspade/rvm
Markdown | 50 lines | 40 code | 10 blank | 0 comment | 0 complexity | 528f188afdff470ee15f0e0e5bdcc032 MD5 | raw file
  1. # RVM is not the only Ruby enVironment Manager
  2. Other implementations allowing you to switch your Ruby environment:
  3. - https://github.com/postmodern/chruby (Shell)
  4. - https://github.com/TomFreudenberg/rvm-mini (Shell)
  5. - https://github.com/vertiginous/pik (Windows)
  6. - https://github.com/kwatch/versionswitcher (Python)
  7. - https://bitbucket.org/jonforums/uru (Go)
  8. - https://github.com/jayferd/ry (Shell)
  9. - https://github.com/terlar/fry (Fish)
  10. - https://github.com/niw/rubies (Shell)
  11. - https://github.com/nkryptic/sandbox (Ruby)
  12. - https://github.com/regularfry/gemenv (Ruby)
  13. - https://github.com/sstephenson/rbenv (Shell)
  14. - https://github.com/HashNuke/asdf-ruby (Shell)
  15. - https://github.com/cpetschnig/switch-ruby (Ruby)
  16. - https://github.com/uninets/p5-Ruby-VersionManager (Perl)
  17. - https://github.com/seattlerb/zentest (Ruby)
  18. - http://www.dribin.org/dave/blog/archives/2006/01/07/rails_encap/ (Tutorial)
  19. - http://www.mjwall.com/2008/08/multiple-versions-of-ruby-with-stow/ (Tutorial)
  20. - https://github.com/hmans/rbfu (Deprecated)
  21. - https://github.com/wilmoore/ruby-version (Deprecated)
  22. # RVM is not the only Ruby Version Manager
  23. Other implementations allowing to install new Ruby versions:
  24. - you can use your system to install ruby,
  25. most distributions come with ruby 1.8 already installed
  26. - https://github.com/postmodern/ruby-install (Shell)
  27. - https://github.com/TomFreudenberg/rvm-mini (Shell)
  28. - https://github.com/vertiginous/pik (Windows)
  29. - https://github.com/kwatch/versionswitcher (Python)
  30. - https://github.com/jayferd/ry (Shell)
  31. - https://github.com/sstephenson/ruby-build (Shell)
  32. - https://github.com/HashNuke/asdf-ruby (Shell)
  33. - https://github.com/uninets/p5-Ruby-VersionManager (Perl)
  34. # RVM IDE support
  35. RVM is supported by the following IDE products:
  36. - [RubyMine](http://www.jetbrains.com/ruby/)
  37. - Vim [rvm.vim](https://github.com/tpope/vim-rvm)
  38. # Editing
  39. To add a new implementation click "Edit this file" here:
  40. https://github.com/rvm/rvm/blob/master/help/alt.md