Recently I tried to update my ruby version due to a warning message (see below).
Now I get the following warning message when I start my iterm2:
Warning:
I had same issue with oh-my-zsh While installing rvm with option --rails, there was this warning:
This solution works for me: Open .zshrc file, and find PATH line
.zshrc
change
export PATH=/path/to/something
into
export PATH="$PATH:/path/to/something"
save it and do source ~/.zshrc, Then it worked.
source ~/.zshrc