Last active
December 10, 2015 18:18
-
-
Save jurikern/4473824 to your computer and use it in GitHub Desktop.
How update rbenv(ruby-build) with ruby versions list on MAC OS X.
This file contains hidden or 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
before: | |
command: rbenv install 1.9.3-p362 | |
output: ruby-build: definition not found: 1.9.3-p362 | |
hack: | |
command: brew unlink ruby-build | |
output: Unlinking /usr/local/Cellar/ruby-build/20121120... 4 links removed | |
command: brew update | |
command: brew install ruby-build | |
command rbenv rehash | |
after: | |
command: rbenv install 1.9.3-p362 | |
output: Downloading yaml-0.1.4.tar.gz... | |
-> http://dqw8nmjcqpjn7.cloudfront.net/36c852831d02cf90508c29852361d01b | |
Installing yaml-0.1.4... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment