-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
A whitespace snuck into rubygems' initialization call. #2753
Comments
So I guess the problem is that when GEM_PATH is empty, someone is setting it to a space character. That doesn't seem like it would be us, since we don't read or deal with GEM_PATH in any JRuby code. I will try to reproduce and see who's doing it. |
👍 |
I could not reproduce directly with JRuby, even using that exact command line reported by rvm, and doing an rvm reinstall jruby-head seemed to get past this point (but failed on something else):
I'm not sure how to proceed, and it doesn't appear to be our problem (since that command line works ok here). Perhaps try updating rvm or pinging them about it? |
@headius you have gone above and beyond, on this and with my more pressing IO Selector issue. I will definitely close this and take this up with the appropriate people. I really appreciate what you do. |
Cannot install
jruby-head
via the latest RVM:Notice:
GEM_PATH=
has whitespace after it, before my path, which is causing the error.It thinks my
GEM_PATH
is' '
The text was updated successfully, but these errors were encountered: