I keep getting this error every time I open my terminal:
Warning: PATH set to RVM ruby but GEM_HOME and/or GEM_PATH not set, see: https://github.com/wayneeseguin/rvm/issues/3212
This started happening after I recently installed zsh (oh-my-zsh)
I do not know how to set the path to GEM_HOME and/or GEM_PATH.
I am also faced same problem, change the following line in .zshrc,
export PATH="/usr/local/heroku/bin: .........."
to
export PATH="$PATH:/usr/local/heroku/bin: .........."
this works for me.
Thanks
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With