Ruby on rails配置环境问题【慢慢添加】

1,  ruby -v  与 rvm list 显示不同的版本号 ,使用rvm use 2.2.3后,报如下错误:

RVM is not a function

  解决办法:

$ source ~/.rvm/scripts/rvm

$ type rvm | head -n 1

  然后得到 :rvm is a function   

原文地址:https://www.cnblogs.com/lpt1229/p/5854975.html