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
Post a Comment