fish
我正在尝试在shell中使用 rvm
rvm gemset use rails3
我收到来自 fish 的以下错误信息
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 an example.
相同的命令在 Bash 中可以正常运行。