RVM Install Ubuntu 17.04 Zesty
Welcome Linux User! The Tutorial Shows You Step-by-Step How to Ubuntu 17.04 Install Ruby Version Manager.
And inside the Ubuntu 17.04 Install Ruby Version Manager you find also Link to Getting-Started with RVM.
Finally, RVM is a Command-line Tool which allows you to easily Install, Manage, and Work with Multiple Ruby Environments (Interpreters to sets of Gems).

-
First Open a Shell session
Ctrl+Alt+t on desktop
(Press “Enter” to Execute Commands)
Or Login into Server Shell… -
Then Install cUrl & Gpg2
sudo su -c "apt install -y curl; apt install -y gpg2"
-
Finally, Installing RVM
First Import the GPG Key with:sudo gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
And The Install the Latest RVM:
sudo su -c "curl -L https://get.rvm.io | bash -s stable"
-
Follow with RVM Initial Setup
-
Adding User to rvm Group
sudo su -c "usermod -a -G rvm USERNAME"
-
SetUp User to Load rvm on Console
nano ~/.bashrc
Inserts:
source /etc/profile.d/rvm.sh
Ctrl+x to Save & Exit :)
-
Test rvm Installation
Open a New Shell Window or Tab
rvm -v
That Should Give You a Welcome into RVM :)
-
-
Getting-Started with RVM on Ubuntu Linux
Tags: Ruby Version Manager Ubuntu 17.04, Rvm Install Ubuntu, Rvm Install Ubuntu 17.04, Rvm Install Ubuntu Zesty, Rvm Ubuntu, Rvm Ubuntu 17.04, Rvm Ubuntu Zesty, Ubuntu, ubuntu linux