【发布时间】:2012-03-09 08:17:27
【问题描述】:
我刚刚安装了 RVM,但无法正常工作。我的.profile 文件末尾有这样一行:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
我尝试运行 source .profile 并重新启动终端,但是当我运行 rvm use 1.9.2 时,我得到了:
RVM is not a function, selecting rubies with 'rvm use ...' will not work.
我的系统是 Ubuntu 11.10。
【问题讨论】: