Linux CentOS 6 Gnome How to Easy Install/Manage Multiple Ruby Versions by RVM

October 6, 2012 | By Regaz.

The Guide shows you Step-by-Step How to Getting-Started Install/Manage Multiple Ruby Versions by RVM(Ruby Version Manager) on Linux CentOS 6 GNOME Desktop.

The Post Clearly Explains in Details All Steps Involved in Getting-Started with RVM Ruby Manager.

To the Article Bottom you Find Link to Tutorial 4 Getting-Started Quickly in Installing and Managing Multiple Rubies with RVM.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

CentOS on Ruby
  1. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Linux CentOS 6 GNOME Open Terminal
  2. Installing cUrl.

    sudo su -c "yum install curl"
  3. Installing RVM.

    curl -L https://get.rvm.io | bash -s stable
  4. RVM Initial Setup

    1. Adding User to rvm Group.

      usermod -a -G rvm <username>
    2. SetUp User to Load rvm on Console.

      nano ~/.bashrc

      Inserts:

      source /etc/profile.d/rvm.sh
    3. Test rvm Installation.

      Open a New Shell Window or Tab.

      rvm -v

      That Should Give You a Welcome into RVM :)

  5. Getting-Started with RVM.

    How to Install and Manage Multiple Rubies

QuickChic Theme • Powered by WordPress