ruby-build
tool to compile and install different versions of Ruby
Install
- All systems
-
curl cmd.cat/ruby-build.sh
- Debian
-
apt-get install ruby-build
- Ubuntu
-
apt-get install ruby-build
- Kali Linux
-
apt-get install ruby-build
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-build
- OS X
-
brew install ruby-build
- Raspbian
-
apt-get install ruby-build
- Dockerfile
- dockerfile.run/ruby-build
ruby-build
tool to compile and install different versions of Ruby
ruby-build provides a simple way to compile and install different versions of Ruby. ruby-build is great when you want to build Ruby versions that are not available via APT, for example if you need legacy or bleeding edge versions of Ruby. Combined with rbenv, ruby-build lets you easily install and switch between different implementations of Ruby, such as MRI, JRuby, REE and others.