问题描述:
- 目前有两个 ruby 版本:
$ rvm list
rvm rubies
=* ruby-1.9.2-p320 [ i686 ]
ruby-1.9.3-p484 [ i686 ]
2.当前环境下,默认是 1.9.2 的。
- 想默认更改为 1.9.3 版本的,但是出错:
$ rvm use 1.9.3
RVM is not a function, selecting rubies with 'rvm use ...' will not work.
You need to change your terminal emulator preferences to allow login shell.
Sometimes it is required to use
/bin/bash --login
as the command.
Please visit https://rvm.io/integration/gnome-terminal/ for a example.
如何解决上述的问题呢?我是 Fedora 的系统,已经将“以登录 Shell 方式运行命令”选中。但是还是没有能解决问题,求救啊。