Skip to content

Instantly share code, notes, and snippets.

@trptcolin
Created March 12, 2012 23:50
Show Gist options
  • Save trptcolin/2025491 to your computer and use it in GitHub Desktop.
Save trptcolin/2025491 to your computer and use it in GitHub Desktop.
colin:web/ (master) $ bundle install
ERRRO: Gem bundler is not installed, run `gem install bundler` first.
colin:web/ (master) $ gem install bundler
Fetching: bundler-1.1.0.gem (100%)
Successfully installed bundler-1.1.0
1 gem installed
Installing ri documentation for bundler-1.1.0...
Installing RDoc documentation for bundler-1.1.0...
colin:web/ (master) $ bundle install
ERRRO: Gem bundler is not installed, run `gem install bundler` first.
@traviskroberts
Copy link

Did you try running gem install bundler?

@dennyabraham
Copy link

do you have another bundle on your path that possibly points to the wrong context?

$ which bundle

@trptcolin
Copy link
Author

LOL @travisr

@JoshCheek
Copy link

You need to gem install bundler first.

@MichaelBaker
Copy link

I think you need to type gem install bundler on the command line.

@mpapis
Copy link

mpapis commented Mar 13, 2012

two possible solutions:

hash -r # older rvm better upgrade: rvm get head

sudo rm -f /etc/rvmrc # arch linux + ruby installed

@traviskroberts
Copy link

@mattpolito
Copy link

 bundle exec gem install bundler

@dennyabraham
Copy link

did you ever resolve this?

@mpapis
Copy link

mpapis commented Mar 14, 2012

@dennyabraham please check my instructions ... apparently i got ignored https://gist.github.com/2025491#gistcomment-90972

@trptcolin
Copy link
Author

I really do appreciate the attempts to help. But it's just a hilarious error message, not an actual problem I'm trying to solve. Sorry if that wasn't clear.

Also, I think @mattpolito probably wins this round.

@mattpolito
Copy link

@trptcolin... did I troll so good?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment