Created
November 6, 2012 02:51
-
-
Save esparkman/4022257 to your computer and use it in GitHub Desktop.
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
| deploy@localhost:~$ rvm system info | |
| RVM is not a function, selecting rubies with 'rvm use ...' will not work. | |
| You need to change your terminal emulator preferences to allow login shell. | |
| Sometimes it is required to use `/bin/bash --login` as the command. | |
| Please visit https://rvm.io/integration/gnome-terminal/ for a example. | |
| ruby-1.9.3-p286: | |
| system: | |
| uname: "Linux localhost 3.5.2-linode45 #1 SMP Wed Aug 15 14:10:55 EDT 2012 i686 i686 i386 GNU/Linux" | |
| system: "ubuntu/12.04/i386" | |
| bash: "/bin/bash => GNU bash, version 4.2.24(1)-release (i686-pc-linux-gnu)" | |
| zsh: " => not installed" | |
| rvm: | |
| version: "rvm 1.16.17 () by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
| updated: "11 minutes 36 seconds ago" | |
| ruby: | |
| interpreter: "ruby" | |
| version: "1.9.3p286" | |
| date: "2012-10-12" | |
| platform: "i686-linux" | |
| patchlevel: "2012-10-12 revision 37165" | |
| full_version: "ruby 1.9.3p286 (2012-10-12 revision 37165) [i686-linux]" | |
| homes: | |
| gem: "/home/deploy/.rvm/gems/ruby-1.9.3-p286" | |
| ruby: "/home/deploy/.rvm/rubies/ruby-1.9.3-p286" | |
| binaries: | |
| ruby: "/home/deploy/.rvm/rubies/ruby-1.9.3-p286/bin/ruby" | |
| irb: "/home/deploy/.rvm/rubies/ruby-1.9.3-p286/bin/irb" | |
| gem: "/home/deploy/.rvm/rubies/ruby-1.9.3-p286/bin/gem" | |
| rake: "/home/deploy/.rvm/gems/ruby-1.9.3-p286@global/bin/rake" | |
| environment: | |
| PATH: "/home/deploy/.rvm/gems/ruby-1.9.3-p286/bin:/home/deploy/.rvm/gems/ruby-1.9.3-p286@global/bin:/home/deploy/.rvm/rubies/ruby-1.9.3-p286/bin:/home/deploy/.rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" | |
| GEM_HOME: "/home/deploy/.rvm/gems/ruby-1.9.3-p286" | |
| GEM_PATH: "/home/deploy/.rvm/gems/ruby-1.9.3-p286:/home/deploy/.rvm/gems/ruby-1.9.3-p286@global" | |
| MY_RUBY_HOME: "/home/deploy/.rvm/rubies/ruby-1.9.3-p286" | |
| IRBRC: "/home/deploy/.rvm/rubies/ruby-1.9.3-p286/.irbrc" | |
| RUBYOPT: "" | |
| gemset: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment