0

I installed RVM on my Linux Mint computer, and when I run

$ rvm use

I get an error message saying "RVM is not a function". I tried to run as login shell, but when I started a new terminal window, I had a PATH:command not found error and the rvm error persisted. Any help would be appreciated. Thanks!

SalmonKiller
  • 2,183
  • 4
  • 27
  • 56

1 Answers1

2

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.

Here you can see how to configure your terminal.

Seb Wilgosz
  • 1,240
  • 15
  • 24