Skip to content

Instantly share code, notes, and snippets.

@nilbus
Created August 11, 2015 15:01
Show Gist options
  • Select an option

  • Save nilbus/4db4cdafd5650c3317c3 to your computer and use it in GitHub Desktop.

Select an option

Save nilbus/4db4cdafd5650c3317c3 to your computer and use it in GitHub Desktop.
Playing with @codefinger's mjruby
~ $ 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