尝试在Elementary Luna OS'终端中使用时,我收到错误“RVM不是函数”。这里有一个解释http://rvm.io/integration/gnome-terminal,但是Elementary OS'terminal没有设置菜单(!) - 那么如何在这个操作系统中修复它?
答案 0 :(得分:9)
只需打开一个终端并粘贴即可:
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bash_profile
然后执行:
source ~/.bash_profile
它应该有效
答案 1 :(得分:1)
您应该能够通过将此设置附加到~/.bashrc
文件来近似该设置(rvm.sh可能不是正确的名称,但它就是这样的)。您可能需要登录才能生效。
source /etc/profile.d/rvm.sh
或者添加这个,它应该包括/etc/profile.d/下的所有内容。它应该与检查gnome-terminal中的设置非常相似:
source /etc/profile