Rbenv can't change ruby version

Category: Ruby :: Published at: 03.05.2021

What if Rbenv is not changing ruby version, even if everything should work for us?

You can use those two commands to make it work again:

export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"

- Click if you liked this article

Views: 531