Created
October 14, 2013 17:47
-
-
Save dchapman1988/6979325 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
$ time ruby -v | |
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux] | |
real 0m0.018s | |
user 0m0.008s | |
sys 0m0.008s | |
$ time ruby -v rbenv | |
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux] | |
ruby: No such file or directory -- rbenv (LoadError) | |
real 0m0.049s | |
user 0m0.040s | |
sys 0m0.008s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment