-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Bundler not found #79
Comments
Could you try to reproduce this, and diff the output of |
Okay. Note it happens no matter what rake command I invoke:
I'll email you the env outputs. |
After diffing the two |
Okay thanks. The PATH is full of those b/c I'v been working on my load manager and it doesn't have a binstubs feature, it just adds all the paths to PATH. (Eventually it will probably get binstubs, but I haven't really needed it). The gem paths are there b/c I was seeing how well it served up gems --usually I just use it to serve up my workspace. |
A little update, I have recently added a scripts/bug_report.sh to help collect environment info. Also, we have been noticing that most environment issues are being caused by ohmyzsh aliases/hooks. |
@trans can you reproduce this bug, but run the new scripts/bug_report.sh. I'm guessing this is being caused by some shell script that's hooking/overriding some command/function. |
Yea, I'll do it sometime this week or so --I need to get back to that project soon anyway. |
I don't think that this is due to Oh-My-Zsh, I've switched to bash and got the same issue. |
I've found a little trick to solve this issue temporarily. I've seen that chruby change the value of $ GEM_HOME=/home/robin/.gem/ruby/1.9.1 bundle install
Resolving dependencies... |
@robin850 this sounds like an issue with bundler not respecting the current |
If you could file a bug following ISSUES, that would be super helpful. Thanks! On Tue, May 28, 2013 at 1:43 PM, Postmodern notifications@github.com
|
Closing this. Reopen if the issue persists. |
I've been setting up a Radiant site this week and ran into an odd issue. When I ran
rake db:bootstrap
it told me Bundler wasn't installed. But of course, it is and I had already runbundle install
just fine. So I did achruby system
and redid it and it worked fine.I am not sure if this is solely a Radiant issue or whether it is a broader issue stemming from Rails.
The text was updated successfully, but these errors were encountered: