Ruby

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
Kevin (Talk | contribs)
(Created page with "Category:Ruby = Installation = * Install ruby 1.9.1 (it will actually install 1.9.3) <pre> $ sudo apt-get install ruby1.9.1 </pre> * To install header files for compiling e...")
Newer edit →

Revision as of 17:23, 28 June 2013


Installation

  • Install ruby 1.9.1 (it will actually install 1.9.3)
$ sudo apt-get install ruby1.9.1 
  • To install header files for compiling extension modules for the Rub,
$ sudo apt-get install ruby1.9.1-dev
Personal tools