Created
May 16, 2014 14:34
-
-
Save yannickwurm/86523c342faa36ae6da4 to your computer and use it in GitHub Desktop.
sm11 vs frontend1
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
-bash-4.1$ uname -a | |
Linux sm11 2.6.32-431.1.2.el6.x86_64 #1 SMP Thu Dec 12 13:59:19 CST 2013 x86_64 x86_64 x86_64 GNU/Linux | |
-bash-4.1$ ruby -v | |
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux] | |
-bash-4.1$ which ruby | |
~/.rbenv/shims/ruby | |
-bash-4.1$ gem environment | |
RubyGems Environment: | |
- RUBYGEMS VERSION: 1.8.23 | |
- RUBY VERSION: 1.9.2 (2011-07-09 patchlevel 290) [x86_64-linux] | |
- INSTALLATION DIRECTORY: /usr/local/rvm/gems/ruby-2.1.1 | |
- RUBY EXECUTABLE: /home/btw586/.rbenv/versions/1.9.2-p290/bin/ruby | |
- EXECUTABLE DIRECTORY: /usr/local/rvm/gems/ruby-2.1.1/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86_64-linux | |
- GEM PATHS: | |
- /usr/local/rvm/gems/ruby-2.1.1 | |
- /usr/local/rvm/gems/ruby-2.1.1@global | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :benchmark => false | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- "gem" => "--user-install" | |
- REMOTE SOURCES: | |
- http://rubygems.org/ | |
---------------------------------------- | |
[[email protected] M_pharaonis]$ uname -a | |
Linux frontend1 2.6.32-431.1.2.el6.x86_64 #1 SMP Thu Dec 12 13:59:19 CST 2013 x86_64 x86_64 x86_64 GNU/Linux | |
[[email protected] M_pharaonis]$ ruby -v | |
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux] | |
[[email protected] M_pharaonis]$ which ruby | |
~/.rbenv/shims/ruby | |
[[email protected] M_pharaonis]$ gem environment | |
RubyGems Environment: | |
- RUBYGEMS VERSION: 1.8.23 | |
- RUBY VERSION: 1.9.2 (2011-07-09 patchlevel 290) [x86_64-linux] | |
- INSTALLATION DIRECTORY: /home/btw586/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1 | |
- RUBY EXECUTABLE: /home/btw586/.rbenv/versions/1.9.2-p290/bin/ruby | |
- EXECUTABLE DIRECTORY: /home/btw586/.rbenv/versions/1.9.2-p290/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86_64-linux | |
- GEM PATHS: | |
- /home/btw586/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1 | |
- /home/btw586/.gem/ruby/1.9.1 | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :benchmark => false | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- "gem" => "--user-install" | |
- REMOTE SOURCES: | |
- http://rubygems.org/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment