Created
August 11, 2015 15:01
-
-
Save nilbus/4db4cdafd5650c3317c3 to your computer and use it in GitHub Desktop.
Playing with @codefinger's mjruby
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
| ~ $ uname -a | |
| Linux v 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux | |
| ~ $ unzip mjruby_linux_bin.zip | |
| Archive: mjruby_linux_bin.zip | |
| inflating: mjruby | |
| ~ $ ls -l ./mjruby | |
| -rwxr-xr-x 1 nilbus nilbus 498245 Aug 10 14:13 ./mjruby | |
| ~ $ ./mjruby | |
| -bash: ./mjruby: No such file or directory | |
| ~ $ some_other_nonexistent_command | |
| some_other_nonexistent_command: command not found | |
| ~ $ mv mjruby /home/nilbus/.rvm/rubies/jruby-9.0.0.0.pre2/bin/ | |
| ~ $ mjruby | |
| -bash: /home/nilbus/.rvm/rubies/jruby-9.0.0.0.pre2/bin/mjruby: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment