ruby-software
Differences
This shows you the differences between two versions of the page.
| ruby-software [2015/10/07 09:21] – created joguya | ruby-software [2023/12/18 08:48] (current) – aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: | + | * Version: |
| * Added: October, 2015 | * Added: October, 2015 | ||
| + | * Updated: December, 2023 | ||
| * Link: https:// | * Link: https:// | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | See versions of ruby which are available: | + | See which versions |
| < | < | ||
| - | Load and run ruby: | + | Load one into your environment |
| - | < | + | < |
| - | $ ruby</ | + | $ ruby -v |
| + | ruby 3.1.4p223 (2023-03-30 revision 957bb7cb81) [x86_64-linux]</ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ wget https:// | + | $ wget https:// |
| - | $ tar -xvf ruby-2.2.3.tar.gz | + | $ tar xf ruby-3.1.4.tar.gz |
| - | $ cd ruby-2.2.3 | + | $ cd ruby-3.1.4 |
| - | $ scl enable devtoolset-2 bash | + | $ ./ |
| - | $ sudo mkdir -p / | + | $ make -j4 |
| - | $ sudo chown -R joguya: | + | $ sudo mkdir -p / |
| - | $ ./configure --prefix=/ | + | $ sudo chown aorth / |
| - | $ make | + | |
| $ make install | $ make install | ||
| - | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |
| - | </ | + | |
ruby-software.1444209712.txt.gz · Last modified: by joguya
