I am new to rails and trying to run a demo application. I am having problems with my Linux system (lubuntu, mostly a clean install) to run "bundle install". Even if this happens, if I close the terminal and start another, it will not be able to start again. The loop looks something like this:
sandbox@75bf7f3 :~/railsstuff/sample_app_2nd_ed$ bundle install ERROR: Gem bundler is not installed, run `gem install bundler` first. sandbox@75bf7f3 :~/railsstuff/sample_app_2nd_ed$ gem install bundler Successfully installed bundler-1.1.4 1 gem installed sandbox@75bf7f3 :~/railsstuff/sample_app_2nd_ed$ bundle install ERROR: Gem bundler is not installed, run `gem install bundler` first.
As far as I can tell, I'm using the latest version of Ruby and rvm seems to work fine.
Can anyone explain what is going on here?
source share