-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue running Laptop on OS X 10.9.2 #218
Comments
djcp
added a commit
that referenced
this issue
Apr 21, 2014
Apply mislav's [patch](rbenv/ruby-build#526 (comment)) against a readline bug in newer rubies. Should fix #219 and #218, and we'll remove when a new ruby is released or if ruby-build patches this bug itself.
djcp
added a commit
that referenced
this issue
Apr 21, 2014
Apply mislav's patch rbenv/ruby-build#526 (comment) against a readline bug in newer rubies. Should fix #219 and #218, and we'll remove when a new ruby is released or if ruby-build patches this bug itself.
Fixed in master. |
shsu
pushed a commit
to shsu/laptop
that referenced
this issue
Apr 21, 2014
Apply mislav's patch rbenv/ruby-build#526 (comment) against a readline bug in newer rubies. Should fix thoughtbot#219 and thoughtbot#218, and we'll remove when a new ruby is released or if ruby-build patches this bug itself.
bmorrall
pushed a commit
to bmorrall/laptop
that referenced
this issue
Dec 23, 2014
Apply mislav's patch rbenv/ruby-build#526 (comment) against a readline bug in newer rubies. Should fix thoughtbot#219 and thoughtbot#218, and we'll remove when a new ruby is released or if ruby-build patches this bug itself.
jt14den
pushed a commit
to ucsdlib/laptop
that referenced
this issue
Nov 3, 2016
Apply mislav's patch rbenv/ruby-build#526 (comment) against a readline bug in newer rubies. Should fix thoughtbot#219 and thoughtbot#218, and we'll remove when a new ruby is released or if ruby-build patches this bug itself.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I hit an issue today running Laptop on a fresh install of OS X 10.9.2 on a MacBook Air. The script failed when trying to install ruby 2.1.1. This issue on ruby-build describes the problem and a work-around: rbenv/ruby-build#526
I ended up splitting the script in two locally, just to get it working, but it seems like it would be good to add a line to the script that sets the option:
The text was updated successfully, but these errors were encountered: