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
The original rbenv is slightly different, but it is similar behavior, so I want to close this way.
Original begavior, below
root@1d2fa0241162:/# rbenv global 2.5.1
root@1d2fa0241162:/# rbenv versions
* 2.5.1 (set by /root/.rbenv/version)
root@1d2fa0241162:/# rbenv uninstall 2.5.1
rbenv: remove /root/.rbenv/versions/2.5.1? [yN] y
root@1d2fa0241162:/# rbenv versions
rbenv: version `2.5.1' is not installed (set by /root/.rbenv/version)
Warning: no Ruby detected on the system
root@1d2fa0241162:/# rbenv rehash
root@1d2fa0241162:/#
I have uninstalled
2.2.4
from my system usingrbenv uninstall 2.2.4
Now when I type
rbenv global
it still showing2.2.4
when I do
rbenv rehash
it's throwing following errorC:\Users\....\.rbenv-win\libexec\rbenv.vbs(92, 61) rbenv: version '2.2.4' not installed
The text was updated successfully, but these errors were encountered: