...

/

Multiple Ruby Versions

Multiple Ruby Versions

Learn how to install RVM and use it for Ruby programs.

How to keep multiple Ruby versions

It is possible for us to keep multiple versions of Ruby on the same computer. If we continue to experiment, we’ll find a way to keep multiple Ruby versions on our filesystem, and all of them will work seamlessly. As we can imagine, this problem already existed a long time ago, when developers realized they needed multiple Ruby versions and some way to switch between them. This is how the Ruby Version Manager (RVM) was born.

RVM is not unique. Similar concepts with slightly different variations exist for other languages, as well. For example, there is the ...