You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't invoke ruby when set to system with shell due to it try to find version system in rbenv path ruby.d should call get_ruby_bin_path_for_version instead.
Maybe rbenv-shell.ps1 should also add actual path from system ruby, but removing it might be annoying, so i'm not sure
The text was updated successfully, but these errors were encountered:
And thank you again for pointing out to use get_ruby_bin_path_for_version() directly 👍
rbenv-shell.ps1 indeed adds the system ruby to the top of the $PATH, that's how it works.
I've moved the repo to my organization, so the URL has changed. Just run rbenv updateTWICE
You may encouter error the first run, ignore it, the next run will work.
Can't invoke ruby when set to system with shell due to it try to find version
system
in rbenv pathruby.d should call get_ruby_bin_path_for_version instead.
Maybe rbenv-shell.ps1 should also add actual path from system ruby, but removing it might be annoying, so i'm not sure
The text was updated successfully, but these errors were encountered: