📌  相关文章
📜  zsh: command not found: rvm on terminal load - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:27.902000             🧑  作者: Mango

代码示例1
# 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