Bundler won't install
Posted
by
Victor S
on Server Fault
See other posts from Server Fault
or by Victor S
Published on 2013-07-03T00:22:04Z
Indexed on
2013/07/03
5:08 UTC
Read the original article
Hit count: 667
I'm in a strange situation, I install bundler in my RVM gemset, it sais it installed correctly, but when I try to run it asks me to to install bundler again: here is a transcript of my terminal interaction:
abc@li243-166:/srv/www/dinner/current$ bundle
ERROR: Gem bundler is not installed, run `gem install bundler` first.
abc@li243-166:/srv/www/dinner/current$ gem install bundler
Successfully installed bundler-1.3.5
1 gem installed
abc@li243-166:/srv/www/dinner/current$ bundle
ERROR: Gem bundler is not installed, run `gem install bundler` first.
abc@li243-166:/srv/www/dinner/current$
© Server Fault or respective owner