Error: RVM is not a function, selecting rubies with 'rvm use ...' will not work on Kubuntu
Hey guys
In case you're using Kubuntu 20.04.4 and you you came across with the following error message:
RVM is not a function, selecting rubies with 'rvm use ...' will not work on Kubuntu
The complete error message is this
Part of our development activities is to understand error messages, basically, the message says that we need to allow login shell.
Solution
- Go to
settings
,Edit current profile
You'll end up in a window like this
- In the command field, after the text, add
-l
You'll get something like this/bin/bash -l
- Restart the Kubuntu
konsole
You won't get any error message
- Celebrate lol
That's all for today. Feel free to reach out to me if you have any questions.