-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
RVM list strings provide a nil line #1266
Comments
please provide gist of |
https://gist.github.com/3948337 I test a little bit more and the problem seems to come from the install of rubies on a fresh new RVM installation which create a nil rubies. |
Hello, So I make a test on new RVM installed and the problem appears when running install command here is the trace when creating nil directory
Hope it will help. |
what ruby was that? what shell (and version) are you using? can you provide gist of the full install trace log? (please do not paste long traces into the issue itself) |
Hello,
A nil directory is created under the rubies directory. The full trace is available on this gist : https://gist.github.com/3951291 RVM version is 1.16.17 |
scheduled for 1.16.18 |
Thanks.. |
+1 |
Still get the error on 1.16.19 |
@gpsnail you already have nil in there, you need to remove it: |
@mpapis no it was on a fresh install from this morning, I just made another install in progress and let you know.... |
@mpapis just to confirm, made a fresh install and still get the issue. |
I have just pushed another fix try:
|
@mpapis I just made a complete fresh install using "head" using branch "master" and I then get no more error |
Hello,
I'm using RVM on a system wide with version 1.16.17, I got a line containing the string "nil" when using the command
instead of having just the rubies line.
thanks
The text was updated successfully, but these errors were encountered: