Skip to content

Instantly share code, notes, and snippets.

@yannickwurm
Created May 16, 2014 14:34
Show Gist options
  • Save yannickwurm/86523c342faa36ae6da4 to your computer and use it in GitHub Desktop.
Save yannickwurm/86523c342faa36ae6da4 to your computer and use it in GitHub Desktop.
sm11 vs frontend1
-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/
----------------------------------------
[btw586@frontend1.apocrita 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
[btw586@frontend1.apocrita M_pharaonis]$ ruby -v
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux]
[btw586@frontend1.apocrita M_pharaonis]$ which ruby
~/.rbenv/shims/ruby
[btw586@frontend1.apocrita 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