Skip to content

Instantly share code, notes, and snippets.

@afahitech
Forked from AnythingLinux/ruby.sh
Created January 20, 2020 16:54
Show Gist options
  • Select an option

  • Save afahitech/5207f2f04790749ea28d531431d5af53 to your computer and use it in GitHub Desktop.

Select an option

Save afahitech/5207f2f04790749ea28d531431d5af53 to your computer and use it in GitHub Desktop.
Ruby A PROGRAMMER'S BEST FRIEND
sudo wget https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.3.zip
sudo unzip ruby-2.5.3.zip
cd ruby-2.5.3/
sudo ./configure
sudo make
sudo make install
ruby --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment