[Rails] where does 'bundle install' store executables?
This should be an easy one: where does 'bundle install' store
executables, e.g. rspec and annotate?
I ask because, in my case, the executables are getting written to:
${DEVROOT}/usr/lib/ruby/gems/1.9.1/bin/
rather than (what I'd expect):
${DEVROOT}/usr/bin/
(In my case, DEVROOT is a sandboxed directory tree for Ruby 1.9.1 /
Rails 3.0. Everything else about it appears to work properly.)
In the interim, I can add {DEVROOT}/usr/lib/ruby/gems/1.9.1/bin/ to my
path, but is that the approved technique?
TIA.
- ff
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home