Last active
August 29, 2015 14:07
-
-
Save yannickwurm/cc614329596566d06c1c to your computer and use it in GitHub Desktop.
Ruby setup
This file contains 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
# installing ruby | |
wget -O ruby-install-0.4.3.tar.gz https://github.com/postmodern/ruby-install/archive/v0.4.3.tar.gz | |
tar -xzvf ruby-install-0.4.3.tar.gz | |
cd ruby-install-0.4.3/ | |
sudo make install | |
ruby-install ruby | |
.rubies/2.1.3/bin/ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment