Skip to content

Instantly share code, notes, and snippets.

@tcrayford
Created January 20, 2012 11:22
Show Gist options
  • Save tcrayford/1646808 to your computer and use it in GitHub Desktop.
Save tcrayford/1646808 to your computer and use it in GitHub Desktop.
failbundler
pc-3-97:raptor(8161m|master) $ bundle
ERRRO: Gem bundler is not installed, run `gem install bundler` first.
pc-3-97:raptor(8161m|master) $ gem install bundler
Successfully installed bundler-1.0.21
1 gem installed
Installing ri documentation for bundler-1.0.21...
Installing RDoc documentation for bundler-1.0.21...
pc-3-97:raptor(8161m|master) $ bundle
ERRRO: Gem bundler is not installed, run `gem install bundler` first.
pc-3-97:raptor(8161m|master) $ cd ..
pc-3-97:Projects $ cd raptor
Using /Users/tcrayford/.rvm/gems/ruby-1.9.3-p0 with gemset raptor
pc-3-97:raptor(8161m|master) $ bundle
Fetching source index for http://rubygems.org/
@pda
Copy link

pda commented Jan 20, 2012

s/rvm/rbenv/g

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