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 -)"
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 -)"
0 - Click if you liked this article
Views: 531