Note that there are some explanatory texts on larger screens.

plurals
  1. PORVM Bundle Install Missing Gem Error
    primarykey
    data
    text
    <p>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:</p> <blockquote> <p>ERROR: Gem bundler is not installed, run <code>gem install bundler</code> first.</p> </blockquote> <p>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:</p> <blockquote> <p>/home/MYUSER/.rvm/bin/bundle</p> </blockquote> <p>This is the output of 'rvm info':</p> <pre><code>ruby-1.9.3-p194: rvm: version: "rvm 1.13.4 (stable) by Wayne E. Seguin &lt;wayneeseguin@gmail.com&gt;, Michal Papis &lt;mpapis@gmail.com&gt; [https://rvm.io/]" updated: "1 hour 23 minutes 15 seconds ago" ruby: interpreter: "ruby" version: "1.9.3p194" date: "2012-04-20" platform: "x86_64-linux" patchlevel: "2012-04-20 revision 35410" full_version: "ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]" homes: gem: "/home/MYUSER/.rvm/gems/ruby-1.9.3-p194" ruby: "/home/MYUSER/.rvm/rubies/ruby-1.9.3-p194" binaries: ruby: "/home/MYUSER/.rvm/rubies/ruby-1.9.3-p194/bin/ruby" irb: "/home/MYUSER/.rvm/rubies/ruby-1.9.3-p194/bin/irb" gem: "/home/MYUSER/.rvm/rubies/ruby-1.9.3-p194/bin/gem" rake: "/home/MYUSER/.rvm/rubies/ruby-1.9.3-p194/bin/rake" environment: PATH: "/usr/local/jdk/bin:/home/MYUSER/.rvm/gems/ruby-1.9.3-p194/bin:/home/MYUSER/.rvm/gems/ruby-1.9.3-p194@global/bin:/home/MYUSER/.rvm/rubies/ruby-1.9.3-p194/bin:/home/MYUSER/.rvm/bin:/home/MYUSER/perl5/bin:/usr/kerberos/bin:/usr/lib/courier-imap/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/MYUSER/bin" GEM_HOME: "/home/MYUSER/.rvm/gems/ruby-1.9.3-p194" GEM_PATH: "/home/MYUSER/.rvm/gems/ruby-1.9.3-p194:/home/MYUSER/.rvm/gems/ruby-1.9.3-p194@global" MY_RUBY_HOME: "/home/MYUSER/.rvm/rubies/ruby-1.9.3-p194" IRBRC: "/home/MYUSER/.rvm/rubies/ruby-1.9.3-p194/.irbrc" RUBYOPT: "" gemset: "" </code></pre> <p>What I have tried: I tried the suggestions in this <a href="https://stackoverflow.com/questions/8990828/rvm-bundle-install-missing-gem-error-even-though-gem-is-installed">link</a>, but it does not work.</p> <p>Thank you.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload