-
Notifications
You must be signed in to change notification settings - Fork 782
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
ruby: no Ruby script found in input (LoadError) when passing ruby -S #64
Comments
@cmckni3 Thanks for reporting. I'll look into it today. |
Same problem here. Any progress? |
I've taken a look at this and here are my findings:
I've come up with a solution that resolves the error, but unsure if this is the direction you would like to take. I've simply prepended the install_path of the desired ruby version to
The path could be prepended conditionally based on the |
@nicholasjhenry this work for me. Thanks a lot. |
Just found this issue when trying to run |
Hi, Please can someone kindly provide an update with regards to this issue? Given this was raised around 3 months ago can I be so bold as to suggest you either accept a pull request or you close this issue. Keep up the fantastic work though - asdf is a fantastic tool! Thanks. |
Having the same issue that rbenv/rbenv#622 describes. I'm trying to use ruby installed from asdf with SublimeLinter rubocop
The text was updated successfully, but these errors were encountered: