最佳答案
我刚安装了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。