Created
December 11, 2017 18:35
-
-
Save janpio/3b827c31d69d7dbda7dc8cc2e8a0a3c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ruby | |
Add to .bash_profile: | |
eval "$(rbenv init -)" | |
rbenv install 2.4.2 | |
rbenv global 2.4.2 | |
gem install bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment