Last active
November 30, 2016 14:56
-
-
Save lilykonings/74444c3fc5ada1e7caf338714538ce79 to your computer and use it in GitHub Desktop.
sample `gem env` return if rbenv is working well
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
RubyGems Environment: | |
- RUBYGEMS VERSION: 2.5.2 | |
- RUBY VERSION: 2.3.3 (2016-11-21 patchlevel 222) [x86_64-darwin16] | |
- INSTALLATION DIRECTORY: /usr/local/opt/gems | |
- USER INSTALLATION DIRECTORY: /Users/[name]/.gem/ruby/2.3.0 | |
- RUBY EXECUTABLE: /usr/local/opt/rbenv/versions/2.3.3/bin/ruby | |
- EXECUTABLE DIRECTORY: /usr/local/opt/gems/bin | |
- SPEC CACHE DIRECTORY: /Users/[name]/.gem/specs | |
- SYSTEM CONFIGURATION DIRECTORY: /usr/local/opt/rbenv/versions/2.3.3/etc | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86_64-darwin-16 | |
- GEM PATHS: | |
- /usr/local/opt/gems | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- "gem" => "-n/usr/local/bin" | |
- REMOTE SOURCES: | |
- https://rubygems.org/ | |
- SHELL PATH: | |
- /usr/local/opt/rbenv/versions/2.3.3/bin | |
- /usr/local/Cellar/rbenv/1.1.0/libexec | |
- /Users/[name]/.rbenv/shims | |
- /usr/local/bin | |
- /usr/bin | |
- /bin | |
- /usr/sbin | |
- /sbin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment