How to Install Rvm Ruby Version Manager on Unix FreeBSD 9 Steps

April 5, 2012 | By Duchateaux.

This Guide shows you Step-by-Step How to Installing and Using the R.V.M. Ruby Version Manager System on a Unix FreeBSD 9 System.
All Steps are Clearly Described you Need only to Take the Time to Reading, Understanding and Executing Carefully the Instructions Contained here.
On the Bottom you will Find also a Link to a Troubleshooting Section.
This Installation has been Performed on a FreeBSD 9 KDE 4 Desktop but the Same Instructions Remain Valid also for a FreeBSD 9 Server…
Installing the Rvm Ruby Version Manager on FreeBSD 9 Steps

  1. Open a Terminal Window
    (Press “Enter” to Execute Commands)

  2. Login as SuperUser

    su 

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  3. Provide to Install the Prerequisites Packagesgit, wget, autoconf and automake

    • Installing git

      pkg_add -v -r git

    • Installing wget

      pkg_add -v -r wget

    • Installing autoconf

      cd /usr/ports/devel/autoconf

    • Installing automake

      cd /usr/ports/devel/autoconf

  4. Switch to Simple User

    su <username>

  5. Access the Target Directory

    cd ~

  6. Switch to the Bash Shell

    bash

  7. Install the R.V.M.

    1. Download the Installer
      wget --no-check-certificate https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer
    2. Give to the Installer the Right Permissions
      chmod +x rvm-installer
    3. Install the Ruby Versions Manager
      ./rvm-installer --version latest
  8. Before First, Use you Need to Load rvm Environment on Shell

    source ~/.rvm/scripts/rvm

  9. Getting-Started with RVM.

    How to Install and Manage Multiple Rubies
  10. Link to the RVM Linux Installation Troubleshooting Guide.

    Troubleshooting RVM Installation

    Get Installed Google-Chrome Web Browser for Linux:


QuickChic Theme • Powered by WordPress