为什么每次我在 reload/restart shell 之后,总是找不到 RVM
Why everytime i after reload/restart shell , RVM always not found
几天来,每当我重新启动 shell 和 运行 RVM
时,我的 RVM 都会出现问题,它总是说 -bash: rvm: command not found
,有什么建议吗?
我目前正在使用 Mac
对我有用
ln -s ~/.bashrc ~/.bash_profile
[[ -s “$HOME/.rvm/scripts/rvm” ]] && source “$HOME/.rvm/scripts/rvm”
rvm get stable --auto-dotfiles
几天来,每当我重新启动 shell 和 运行 RVM
时,我的 RVM 都会出现问题,它总是说 -bash: rvm: command not found
,有什么建议吗?
我目前正在使用 Mac
对我有用
ln -s ~/.bashrc ~/.bash_profile
[[ -s “$HOME/.rvm/scripts/rvm” ]] && source “$HOME/.rvm/scripts/rvm”
rvm get stable --auto-dotfiles