Created
April 17, 2013 20:17
-
-
Save meowsus/5407394 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meowsus@neonhunk:~/Sandbox/dev/rails_projects/demo_app$ bash --login | |
meowsus@neonhunk:~/Sandbox/dev/rails_projects/demo_app$ which bash | |
/bin/bash | |
meowsus@neonhunk:~/Sandbox/dev/rails_projects/demo_app$ bundle update | |
ERROR: Gem bundler is not installed, run `gem install bundler` first. | |
meowsus@neonhunk:~/Sandbox/dev/rails_projects/demo_app$ gem install bundler | |
Successfully installed bundler-1.3.5 | |
1 gem installed | |
meowsus@neonhunk:~/Sandbox/dev/rails_projects/demo_app$ bundle update | |
ERROR: Gem bundler is not installed, run `gem install bundler` first. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment