|
用RVM安装ruby后,运行ruby 1.9.3 --default 报错 RVM is not a function, selecting rubies with 'rvm use ...' will not work. 可能是rvm版本的原因。 这时运行rvm alias create default 1.9.3后正常。 |
本文介绍使用RVM安装Ruby过程中遇到的错误“RVM is not a function”,并提供了解决方案:通过创建别名将默认Ruby版本设置为1.9.3。
|
用RVM安装ruby后,运行ruby 1.9.3 --default 报错 RVM is not a function, selecting rubies with 'rvm use ...' will not work. 可能是rvm版本的原因。 这时运行rvm alias create default 1.9.3后正常。 |

被折叠的 条评论
为什么被折叠?