Can I use RVM to maintain a single version of Ruby for all users?
Posted
by Trevor Burnham
on Stack Overflow
See other posts from Stack Overflow
or by Trevor Burnham
Published on 2010-06-13T18:55:32Z
Indexed on
2010/06/13
19:02 UTC
Read the original article
Hit count: 204
I love RVM. I realize that the main use case for it is letting different users switch between different versions of Ruby. But let's say I'm deploying a Rails app to a server and I just want a single version of Ruby running. In particular, I want 1.9.2, which is a breeze to install with RVM but a pain without it. Is there a way that I can say "I want this to be the canonical Ruby installation for all users" (along with all of its gems) without having to create a bunch of symlinks by hand and change them every time I update to a newer Ruby release?
© Stack Overflow or respective owner