Install RVM on Ubuntu super easy.

in github •  7 years ago  (edited)


I had a small hiccup today while trying to install a bot. I was advised to install RVM looked for a simple install instruction was able to find one. So I created one.

The errors you might deal with is mostly permissions.

Ruby Version Manager (RVM). A command-line tool which allows you to easily install, manage, and work with multiple ruby environments if your apps or projects need different versions of ruby.

I forked a github and modified it a bit for current install instructions.

rvm install ubuntu 16.04


Screen Shot 2018-06-16 at 2.35.03 PM.png

gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -L https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm install 2.2.2
rvm use 2.2.2 --default
ruby -v
gem install bundler
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!