Let’s start the discussion about zsh: command not found: rvm on terminal load in following methods.
Contents
How to solve zsh: command not found: rvm on terminal load ?
To solve this issue follow any one of the below command based on the environment.
If using login-shell
echo "source $HOME/.rvm/scripts/rvm" >> ~/.bash_profile
If using non-login shell
echo "source $HOME/.rvm/scripts/rvm" >> ~/.bashrc
if you are using zsh
echo "source $HOME/.rvm/scripts/rvm" >> ~/.zshrc
I hope the strategies listed above work for you. Happy coding and come back again.
Similar Post : Wrong permissions on configuration file, should not be world writable!