5.8. Ruby language

5.8.1. RVM environnements manager

Install RVM as a normal user and not as root:

1sudo apt install -y gnupg2
2curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
3curl -sSL https://get.rvm.io | bash -s stable --ruby

5.8.2. RubyMine editor

Install RubyMine:

1sudo snap install rubymine --classic