Step 1. Run the command below on the terminal:
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
Step 2: Install the version of RVM Development on your system:
\curl -sSL https:
For the latest version of Ruby ie 2.2.1, follow these steps:
\curl -sSL https:
After this step, you will see a message like: To start using RVM, you need to run source /home/user_name/.rvm/scripts/rvm in all open shell windows, in rare cases you need to open all shell windows again.
Step 3: Activate the ruby ββwith a message
Source /home/user_name/.rvm/scripts/rvm
Step 4: Verify the Ruby Version
ruby --version
Step 5: Say thanks if it works;)
source share