Using Rbenv to Manage Multiple Versions of Ruby - Mischa Taylor's Coding Blog
Out of the box, Ruby does not provide a mechanism to support multiple installed versions. Compounding this issue, the default system-installed version of Ruby for most versions of Linux/Mac OS X tend to be quite old. For example, even in the latest version of Mac OS X Mountain Lion, the system-wide version of Ruby is over five years old (ruby 1.8.7). Most developers prefer to use a newer version of Ruby installed in their home directory and to leave the default systemwide version of Ruby untouched.
Tue Nov 26 21:47:41 2013 - permalink -
-
http://misheska.com/blog/2013/06/15/using-rbenv-to-manage-multiple-versions-of-ruby/