Closed kotovalexarian closed 2 years ago
@sfgeorge @danochoa what do you think about this change?
This seems reasonable to me. I agree that with its default value for rvm1_symlink_for_multi_user_install: True
it maintains existing functionality.
I can see this being potentially useful in a situation where some of your applications are still using a system-provided Ruby, and you don't immediately want to have the RVM-installed binaries taking precedence on $PATH just yet.
Oh whoops. On second thought . . .
@sfgeorge #94 is merged, so I am closing this one, right? Let me know if I should reopen...
@pkuczynski I agree, thanks very much. 👍
@kotovalexarian Thank you for the great idea! We had it in another PR and we just happened to go with that one.
I've added variable
rvm1_symlink_for_multi_user_install
with default valueTrue
which indicates to symlink Ruby related executables on the system path for multi-user installations. This doesn't break backward compatibility because of it's default value.P.S. Found similar PR: #94. However, it haven't been merged since 2016 for some reason.