Skip to content

Instantly share code, notes, and snippets.

@willrjmarshall
Created October 6, 2011 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willrjmarshall/1266590 to your computer and use it in GitHub Desktop.
Save willrjmarshall/1266590 to your computer and use it in GitHub Desktop.
willmarshall@Wills-MacBook-Air ~/Projects> cd webjam/
Using /Users/willmarshall/.rvm/gems/ruby-1.9.2-p290 with gemset webjam
willmarshall@Wills-MacBook-Air ~/P/webjam /master> which gem
/Users/willmarshall/.rvm/rubies/ruby-1.9.2-p290/bin/gem
willmarshall@Wills-MacBook-Air ~/P/webjam /master> which gem
/Users/willmarshall/.rvm/rubies/ruby-1.9.2-p290/bin/gem
willmarshall@Wills-MacBook-Air ~/P/webjam /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...
willmarshall@Wills-MacBook-Air ~/P/webjam /master> gem contents bundler | grep bin
/Users/willmarshall/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.21/bin/bundle
/Users/willmarshall/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.21/lib/bundler/templates/newgem/bin/newgem.tt
/Users/willmarshall/.rvm/gems/ruby-1.9.2-p290/gems/bundler-1.0.21/lib/bundler/vendor/thor/core_ext/file_binary_read.rb
willmarshall@Wills-MacBook-Air ~/P/webjam /master> bundle
fish: Unknown command 'bundle'
willmarshall@Wills-MacBook-Air ~/P/webjam /master> rvm use 1.9.2
Using /Users/willmarshall/.rvm/gems/ruby-1.9.2-p290
willmarshall@Wills-MacBook-Air ~/P/webjam /master> bundle
^C
Quitting...
willmarshall@Wills-MacBook-Air ~/P/webjam /master> rvm use 1.9.2@webjam
Using /Users/willmarshall/.rvm/gems/ruby-1.9.2-p290 with gemset webjam
willmarshall@Wills-MacBook-Air ~/P/webjam /master> bundle
fish: Unknown command 'bundle'
willmarshall@Wills-MacBook-Air ~/P/webjam /master>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment