No such file or directory –rubygems

Posted on

I faced it in jruby on rvm.

Solution:

echo "source $HOME/.rvm/scripts/rvm" >> ~/.bash_profile

Or:

echo "source $HOME/.rvm/scripts/rvm" >> ~/.bashrc

Leave a Reply

Your email address will not be published. Required fields are marked *