I'm having difficulty getting rbenv to change my ruby version. I've reviewed the question here but still struggling: rbenv not changing ruby version
Then ran rbenv init
after install, then ran env | grep PATH
but don't see any reference to rbenv.
THe documentation (https://github.com/rbenv/rbenv#how-rbenv-hooks-into-your-shell) states that rbenv init
adds the necessary text to your PATH automatically.
I am using zsh. I don't know how to edit my PATH file. If someone provides an answer on how to add what I need to PATH, please be explicit with instructions to do so.