Skip to content

Instantly share code, notes, and snippets.

@jurikern
Last active December 10, 2015 18:18
Show Gist options
  • Save jurikern/4473824 to your computer and use it in GitHub Desktop.
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.
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