Closed jjrussell closed 9 years ago
@jjrussell thank you for reporting. This doesn't sound right.
Since I've open sourced this package I moved on to using rbenv. Would you be interested in working on the patch?
I'll give it a try. There are rumblings that we might be moving to rbenv. Is there a corresponding emacs project for that? This one has been a life saver for rvm.
Because
rvm gemset list_all
returns "(default)" as one of the options, including the parens, that is whatrvm/gemset-list
returns as one of the options. If that is selected then thervm-use
function eventually callsrvm/info
with a gemset of(default)
to get ruby info to get the path to the ruby command to add to the path. Since it can't find the gemset it returns the ruby info for the current selected ruby, not necessarily the one you are changing to.