Skip to content

Instantly share code, notes, and snippets.

@yannickwurm
Last active August 29, 2015 14:07
Show Gist options
  • Save yannickwurm/cc614329596566d06c1c to your computer and use it in GitHub Desktop.
Save yannickwurm/cc614329596566d06c1c to your computer and use it in GitHub Desktop.
Ruby setup
# 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