Skip to content

Instantly share code, notes, and snippets.

@justinxreese
Created August 23, 2012 13:40
Show Gist options
  • Save justinxreese/3436694 to your computer and use it in GitHub Desktop.
Save justinxreese/3436694 to your computer and use it in GitHub Desktop.
RVM Y U NO WORK
09:35 AM jreese@Macintosh-2 (ruby-1.9.3-p194) ~/redacted
$ bundle exec rspec
bash: bundle: command not found
09:36 AM jreese@Macintosh-2 (ruby-1.9.3-p194) ~/redacted
$ rvm use system
Now using system ruby.
09:36 AM jreese@Macintosh-2 (system) ~/redacted
$ bundle exec rspec
ERROR: Gem bundler is not installed, run `gem install bundler` first.
09:36 AM jreese@Macintosh-2 (system) ~/redacted
$ rvm use 1.9.3
Using /Users/jreese/.rvm/gems/ruby-1.9.3-p194
09:36 AM jreese@Macintosh-2 (ruby-1.9.3-p194) ~/redacted
$ bundle exec rspec
........
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment