-
Notifications
You must be signed in to change notification settings - Fork 784
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
PREFIX_PATH broken w/ jruby-1.6.4 #30
Comments
The same thing happens with 1.9.2-p290. ./rbenv/versions1.9.2-p290 is empty and .rbenv/versions contains bin, include, lib and share directories.
|
The offender is https://github.com/sstephenson/ruby-build/blob/master/bin/ruby-build#L9 ➜ ~ type -p greadlink readlink| head -n 1 |
Actually, I'm using zsh. If I use the bash shell (which the script uses) it works fine. |
I've confirmed that this commit broke it 20f7b5c |
Thanks all, and sorry for not properly testing the |
Installed with:
The dir is emtpy:
Looks like it's installing it into the ~/.rbenv/versions dir itself :-(
ruby-build 20110906
The text was updated successfully, but these errors were encountered: