hi there, I have a few issues with bundler.
1) running "gem install bundler" in my project directory as a regular user is impossible due to permissions problem. I had to use sudo 2) running "bundle install" in my project directory as a regular user, I got the following permission problem. "Installing rspec (1.3.0) from .gem files at /home/ct9a/projects/myApp/ vendor/bundle/cache /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/ installer.rb:518:in `initialize': Permission denied - /home/ct9a/ projects/myApp/vendor/bundle/gems/rspec-1.3.0/.document (Errno::EACCES) " Any ideas why bundle is trying to refer to my ruby interpretor in /usr/ local/lib? -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

