Last active
December 11, 2015 12:59
-
-
Save kjellski/4604526 to your computer and use it in GitHub Desktop.
most probably my fault, but I don't get it...
This file contains hidden or 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
| $ bundle | |
| ERROR: Gem bundler is not installed, run `gem install bundler` first. | |
| $ gem install bundler | |
| Fetching: bundler-1.2.3.gem (100%) | |
| Successfully installed bundler-1.2.3 | |
| 1 gem installed | |
| Installing ri documentation for bundler-1.2.3... | |
| Installing RDoc documentation for bundler-1.2.3... | |
| $ bundle | |
| ERROR: Gem bundler is not installed, run `gem install bundler` first. |
This file contains hidden or 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
| $ echo $PATH | |
| /Users/kjellski/.rvm/bin:/Users/kjellski/.rvm/gems/ruby-1.9.3-p362/bin:/Users/kjellski/.rvm/gems/ruby-1.9.3-p362@global/bin:/Users/kjellski/.rvm/rubies/ruby-1.9.3-p362/bin:/Users/kjellski/.rvm/bin:/Users/kjellski/bin... |
This file contains hidden or 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
| $ gem env | |
| RubyGems Environment: | |
| - RUBYGEMS VERSION: 1.8.24 | |
| - RUBY VERSION: 1.9.3 (2012-12-25 patchlevel 362) [x86_64-darwin11.4.2] | |
| - INSTALLATION DIRECTORY: /Users/kjellski/.rvm/gems/ruby-1.9.3-p362 | |
| - RUBY EXECUTABLE: /Users/kjellski/.rvm/rubies/ruby-1.9.3-p362/bin/ruby | |
| - EXECUTABLE DIRECTORY: /Users/kjellski/.rvm/gems/ruby-1.9.3-p362/bin | |
| - RUBYGEMS PLATFORMS: | |
| - ruby | |
| - x86_64-darwin-11 | |
| - GEM PATHS: | |
| - /Users/kjellski/.rvm/gems/ruby-1.9.3-p362 | |
| - /Users/kjellski/.rvm/gems/ruby-1.9.3-p362@global | |
| - GEM CONFIGURATION: | |
| - :update_sources => true | |
| - :verbose => true | |
| - :benchmark => false | |
| - :backtrace => false | |
| - :bulk_threshold => 1000 | |
| - REMOTE SOURCES: | |
| - http://rubygems.org/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment