我正在关注本教程:
http://www.christopherirish.com/2010/08/25/how-to-install-rvm-on-ubuntu-10-04/
当我到达他告诉我们修改 .bashrc 文件的部分时,我被卡住了。一方面,找不到 .bashrc 文件。
其次,我尝试自己手动创建文件并将其作为其内容:
if [[ -n "$PS1" ]]; then
if [[ -s $HOME/.rvm/scripts/rvm ]] ; then source $HOME/.rvm/scripts/rvm ; fi
fi
但是当我尝试运行命令时rvm notes
,出现以下错误:
没有找到命令“rvm”,但有 20 个类似的 rvm: command not found
我该怎么做才能正确使用 RVM?