为什么每次重新加载/重新启动shell后,总是找不到RVM

时间:2017-08-22 01:55:36

标签: shell rvm

几天我的RVM出现问题每当我重新启动shell并再次运行RVM它总是说-bash: rvm: command not found时,有什么建议吗?

我目前正在使用Mac

1 个答案:

答案 0 :(得分:2)

它对我有用

ln -s ~/.bashrc ~/.bash_profile
[[ -s “$HOME/.rvm/scripts/rvm” ]] && source “$HOME/.rvm/scripts/rvm”
rvm get stable --auto-dotfiles