ruby on rails - How can I properly install bundler (gem)? -


having serious bundler issues.

this series of events has been occurring after installed gem command line.

i'm using rvm (1.8.7) project-specific gemset. have global gemset.

$ bundle install error: gem bundler not installed, run `gem install bundler` first. $ gem install bundler installed bundler-1.3.5 1 gem installed installing ri documentation bundler-1.3.5... installing rdoc documentation bundler-1.3.5... $ bundle install error: gem bundler not installed, run `gem install bundler` first. $ 

any appreciated can dev environment , running!

this looks did not used rvm installed ruby.

  1. start updating rvm:

    rvm stable 
  2. list rubies installed:

    rvm list 
  3. use 1 of listed rubies

    rvm use ruby-1.9.3-p448 
  4. make ruby default loaded shell

    rvm use ruby-1.9.3-p448 --default 

at point make sure read outputs, give information system , if wrong how fix it.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -