RVM is not a function message when using fish shell

1

I'm trying to use rvm from within the fish shell

rvm gemset use rails3

I'm getting the following error message from 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.

The same command works fine from Bash.

bigtunacan

Posted 2015-07-22T22:02:13.413

Reputation: 143

See https://rvm.io/integration/fish -- the main suggestion works well for me.

– glenn jackman – 2015-07-23T03:27:35.730

No answers