Created
February 16, 2015 21:52
-
-
Save akofink/cad08bb2e03bcaf01eda to your computer and use it in GitHub Desktop.
Install Ruby 2.1.0 via rbenv with readline in Ubuntu 14.04
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
| curl -fsSL https://gist.github.com/mislav/a18b9d7f0dc5b9efc162.txt | RUBY_CONFIGURE_OPTS=--with-readline-dir="/lib/x86_64-linux-gnu/libreadline.so.6.3" rbenv install 2.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment