Created
July 20, 2013 01:23
-
-
Save janogonzalez/6043430 to your computer and use it in GitHub Desktop.
zsh + chruby + chgems problem
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
source /usr/local/share/chruby/chruby.sh | |
chruby ruby-2.0 |
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
JanoMBP% gem env | |
RubyGems Environment: | |
- RUBYGEMS VERSION: 2.0.3 | |
- RUBY VERSION: 2.0.0 (2013-06-27 patchlevel 247) [x86_64-darwin12.4.0] | |
- INSTALLATION DIRECTORY: /Users/janogonzalez/.gem/ruby/2.0.0 | |
- RUBY EXECUTABLE: /Users/janogonzalez/.rubies/ruby-2.0.0-p247/bin/ruby | |
- EXECUTABLE DIRECTORY: /Users/janogonzalez/.gem/ruby/2.0.0/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86_64-darwin-12 | |
- GEM PATHS: | |
- /Users/janogonzalez/.gem/ruby/2.0.0 | |
- /Users/janogonzalez/.rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0 | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- :benchmark => false | |
- "gem" => "--no-document" | |
- :sources => ["http://rubygems.org"] | |
- REMOTE SOURCES: | |
- http://rubygems.org | |
JanoMBP% chgems | |
Entering /Users/janogonzalez/Documents/lala with gems in .gem/ruby/2.0.0/ ... | |
JanoMBP% gem env | |
RubyGems Environment: | |
- RUBYGEMS VERSION: 2.0.3 | |
- RUBY VERSION: 2.0.0 (2013-06-27 patchlevel 247) [x86_64-darwin12.4.0] | |
- INSTALLATION DIRECTORY: /Users/janogonzalez/.gem/ruby/2.0.0 | |
- RUBY EXECUTABLE: /Users/janogonzalez/.rubies/ruby-2.0.0-p247/bin/ruby | |
- EXECUTABLE DIRECTORY: /Users/janogonzalez/.gem/ruby/2.0.0/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86_64-darwin-12 | |
- GEM PATHS: | |
- /Users/janogonzalez/.gem/ruby/2.0.0 | |
- /Users/janogonzalez/.rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0 | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- :benchmark => false | |
- "gem" => "--no-document" | |
- :sources => ["http://rubygems.org"] | |
- REMOTE SOURCES: | |
- http://rubygems.org | |
JanoMBP% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment