标签: shell rvm
几天我的RVM出现问题每当我重新启动shell并再次运行RVM它总是说-bash: rvm: command not found时,有什么建议吗?
RVM
-bash: rvm: command not found
我目前正在使用Mac
答案 0 :(得分:2)
它对我有用
ln -s ~/.bashrc ~/.bash_profile [[ -s “$HOME/.rvm/scripts/rvm” ]] && source “$HOME/.rvm/scripts/rvm” rvm get stable --auto-dotfiles