See our new Wiki!
This wiki is in legacy mode. Check our new wiki here!
Programming Ruby
Install Ruby
Windows Instructions
- To install Ruby following this link.
- Select version 2.6.5 or latest with devkit.
- When prompt for installing MSYS use option 1.
Linux / MacOS
- Install Homebrew (Linux / MacOS)
-
Install Ruby using these commands:
brew install rbenv ruby-build # Add rbenv to bash so that it loads every time you open a terminal echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile source ~/.bash_profile # Install Ruby rbenv install 2.6.5 rbenv global 2.6.5 ruby -v
More info: Follow this link
Equilaterus (CC-BY) 2018 - 2022.