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.
start updating rvm:
rvm stablelist rubies installed:
rvm listuse 1 of listed rubies
rvm use ruby-1.9.3-p448make 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
Post a Comment