Skip to content
Home » zsh: command not found: rvm on terminal load

zsh: command not found: rvm on terminal load

Let’s start the discussion about zsh: command not found: rvm on terminal load in following methods.

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!