我正在尝试使用rvm升级
ruby.
在 pragmatic site,它说:
原文链接:https://www.f2er.com/bash/384848.html在 pragmatic site,它说:
The important part is to add the following line to the end of your shell’s initialization file (.bash_profile):
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
我该怎么做呢?这个初始化文件在哪里?
请帮忙