problem: rbenv global >3.0.3 rbenv local >3.0.3 ruby -v >2.6.3 solution: env | grep PATH export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)"