Answers for "zsh: command not found: rvm on terminal load"

3

zsh: command not found: rvm on terminal load

# Run this command line: (if using login-shell)
echo "source $HOME/.rvm/scripts/rvm" >> ~/.bash_profile

# Or this (if using non-login shell):
echo "source $HOME/.rvm/scripts/rvm" >> ~/.bashrc

# Or if you are using zsh (and/or oh-my-zsh):
echo "source $HOME/.rvm/scripts/rvm" >> ~/.zshrc
Posted by: Guest on July-01-2021

Code answers related to "zsh: command not found: rvm on terminal load"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language