ruby - Is it possible to use a single RVM installation for the entire system? -


i want keep single version of ruby, rails, , various gems on system, use between multiple users. attempted follow instructions listed @ can use rvm maintain single version of ruby users? did not work, giving me error sudo: rvm: command not found when ran sudo rvm use 2.0.0 --default.

it possible keep system wide installation of ruby versions, gems, etc. in /usr/local/rvm folder users in rvm group can access , use/update? or each person have use own gems in ~/.rvm directory?

you should not use sudo rvm, that's why there rvm group, users of rvm group should have access manage rubies , gems.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -