-
Notifications
You must be signed in to change notification settings - Fork 0
Programming Ruby
Daniel Cañizares Corrales edited this page Oct 19, 2019
·
1 revision
- To install Ruby following this link.
- Select version 2.6.5 or latest with devkit.
- When prompt for installing MSYS use option 1.
-
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 - Creative Commons Attribution 4.0 International (CC BY 4.0)