Ruby: Managing multiple ruby-versions for a single user
rbenv is a nice light-weight tool to switch between different ruby-versions. It's cool because we can also create a directory with a ruby-installation in it and install all our modules inside this installation-directory. In that way we don't have to mix our system-ruby-installation with some gem-modules.
rbenv is easily to install on debian-systems: