ruud144
unread,Jun 19, 2013, 6:51:16 AM6/19/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyversi...@googlegroups.com
hi group,
due to problems with an old rvm version, I installed a recent version of rvm. All is working well, however one point is remaining. I cannot find my answer with help of google. I hope you can support me on this one.
- in the old version of rvm, I had a .rvmrc file in all my project directories. Entering a project directory would activate rvm to use the specified ruby and the specified gemset.
- leaving a project directory would make rvm switch back to system ruby. It gave a message like 'now using system ruby'.
- with the currently installed version of rvm this behaviour is changed. When entering a project directory, the same happens as before, but when leaving a project directory (and not having a .rvmrc in the current directory or any of the parent directories), rvm does NOT change back to system ruby. The PATH stays the same and the last rvm-installed ruby is used when starting ruby.
I assume this is some new rvm feature that I am not aware of. How can I change this back to the old situation?
thanks in advance, Ruud