用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后,运行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后正常。 |