-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
bundle install - bundle not found #132
Comments
(I edited this issue a little to show everything as code blocks instead of misinterpreted markdown) |
@davemckenna01 This is duplicate issue #128 |
I seem to have this same issue. Root install of rvm when I try to run a gemfile using bundler module it generates the same error. Ansible 2.5.3 and latest rvm_io.ruby. error: "/usr/bin/env: ruby_executable_hooks: No such file or directory" |
i have sam issue, |
Me too ...
on Centos 7
|
I'm experiencing the same issue on CentOS 7 using v2.1.2. Has anyone found any resolution for this? |
I created hook my self instead
|
Thanks. I thought I could make this work if I installed it using root, unfortunately, it gives me the same error. |
I have successfully installed rvm, but I'm unable to "bundle install" from within my ruby project. The bundle bin is not found.
results in:
"[Errno 2] No such file or directory"
results in:
"/bin/sh: 1: bundle: not found"
But when I shell in to my vagrant box, bundle works fine, I can bundle install:
The Ansible bundle module also doesn't work. I have to explicitly specify the executable, and then it errors with this:
error: "/usr/bin/env: ruby_executable_hooks: No such file or directory"
Any ideas what's up?
The text was updated successfully, but these errors were encountered: