RVM is not a function, selecting rubies with 'rvm use ...' will not work.



  • rvm is the Ruby Version Manager, manages different version of ruby running on the same server.

    If you get this error put this line into your .bashrc

    $ source ~/.rvm/scripts/rvm
    $ rvm use system
    Now using system ruby.
    

Log in to reply
 

© Lightnetics 2024