ruby-software
Table of Contents
Ruby
Ruby is an open source programming language with a focus on simplicity and productivity.
Information
- Version: 2.2.3
- Added: October, 2015
Usage
See versions of ruby which are available:
$ module avail ruby
Load and run ruby:
$ module load ruby/2.2.3 $ ruby
Installation
Notes from the sysadmin during installation:
$ cd /tmp/ $ wget https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.3.tar.gz $ tar -xvf ruby-2.2.3.tar.gz $ cd ruby-2.2.3 $ scl enable devtoolset-2 bash $ sudo mkdir -p /export/apps/ruby/2.2.3 $ sudo chown -R joguya:joguya /export/apps/ruby/2.2.3 $ ./configure --prefix=/export/apps/ruby/2.2.3 $ make $ make install $ sudo chown -R root:root /export/apps/ruby/2.2.3
ruby-software.txt · Last modified: 2015/10/07 09:21 by joguya