You are viewing a single comment's thread from:RE: Scanning the DumpView the full contexthrishikeshmatre (50)in #ruby • 7 years ago @inertia Do you have any article on how to do with rvm to manage ruby? I am new to this so just need help Thank you...
If you refuse to read the documentation on https://rvm.io/, you can usually just get up and running by blindly entering these commands into your terminal:
$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 $ curl -sSL https://get.rvm.io | bash -s stable $ source ~/.rvm/scripts/rvm $ rvm install ruby-head $ rvm use ruby-head --create $ gem install bundler
ok fine....
This also not worked for me...