ruby on rails - RVM Bundle Install Missing Gem Error - Stack Overflow:
I'm kind of stuck with this problem. I am currently trying to host a Rails3/Ruby1.9.3 App on a shared host(Site5). They only provide 1.8.7 for Ruby. So, I tried installing RVM so I can make use of Ruby 1.9.3. After installing RVM successfully, running 'bundle install', I encountered this error: ERROR: Gem bundler is not installed, run gem install bundler first. I have already tried running 'gem install bundler'. It says that it was installed yet when I run the command again, the same error shows. This error also comes out when I use: 'bundle -v'. However, 'which bundle' says: /home/MYUSER/.rvm/bin/bundle This is the output of 'rvm info': ruby-1.9.3-p194: rvm: version: "rvm 1.13.4 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" updated: "1 hour 23 minutes 15 seconds ago" ruby: interpreter: "ruby" version: "1.9.3p194" ...
Full article:
http://stackoverflow.com/questions/10491871/rvm-bundle-in...