Created
April 30, 2012 13:36
-
-
Save ktkaushik/2558430 to your computer and use it in GitHub Desktop.
Install Ruby from the source without RVM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Tried and tested on Ubuntu | |
| 1) Open the terminal and create a folder and cd into that folder. | |
| 2) Go over to downloads section on Ruby website and there is a link for ftp server stable version of Ruby. | |
| 3) now copy that link and then type | |
| wget link_to_download | |
| 4) Untar it with | |
| tag -zxvf ruby_tar_file.tar.gz | |
| 5) cd into the extracted folder | |
| 6) ./configure (sudo if necessary) | |
| 7) make && make install | |
| 9) Type ruby -v to confirm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment