SyntaxFix
Write A Post
Hire A Developer
Questions
The error is due to rvm is not running as in login shell. Hence try the below command:
/bin/bash --login
You will able run rvm commands instantly as login shell in terminal.
Thanks!