Skip to content

Instantly share code, notes, and snippets.

@kamito
Last active August 29, 2015 13:59
Show Gist options
  • Save kamito/10823296 to your computer and use it in GitHub Desktop.
Save kamito/10823296 to your computer and use it in GitHub Desktop.
rbenvの2.1.1インストールで失敗するときの対処法

for 2.0.0-p451

$ curl -fsSL https://gist.github.com/LeonB/10503374/raw | rbenv install --patch 2.0.0-p451

for 2.1.1

curl -fsSL https://gist.github.com/mislav/a18b9d7f0dc5b9efc162.txt | rbenv install --patch 2.1.1

via: rbenv/ruby-build#526

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment