Skip to content

Instantly share code, notes, and snippets.

@jayfredlund
Created April 22, 2014 18:06
Show Gist options
  • Save jayfredlund/11188793 to your computer and use it in GitHub Desktop.
Save jayfredlund/11188793 to your computer and use it in GitHub Desktop.
Install paths for rbenv, ubuntu 14.04 LTS, and ruby 2.0.0 p451 and ruby 2.1.1
curl -fsSL https://gist.github.com/LeonB/10503374/raw | rbenv install --patch 2.0.0-p451
curl -fsSL https://gist.github.com/mislav/a18b9d7f0dc5b9efc162.txt | rbenv install --patch 2.1.1
@jayfredlund
Copy link
Author

These contain patches for readline.c errors on Ubuntu 14.04 when installing Ruby. Official Ruby patches are not yet available, but should be shortly.

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