Is it possible to run jRuby and native ruby on the same computer?
For example, installing a rake or gem under both of them finds Matz Ruby extensions /usr/bin/gemor/usr/bin/rake
/usr/bin/gem
/usr/bin/rake
MRI stones and jruby gemstones mix.
Is there any experience in this constellation?
Check out the RVM (Ruby Version Manager) , which
... is a command line tool that allows us to easily install, manage, and work with multiple ruby environments from translators to gem sets.
rvm Unix pik Windows - .
- . JRuby , , JRuby bin PATH. jruby PATH, , gem rake, C-Ruby, jruby, :
jruby -S gem -- to run gem with JRuby jruby -S rake -- to run rake with JRuby jruby -S spec -- to run rspec with JRuby
jgem, jrake launcher , .
Source: https://habr.com/ru/post/1740741/More articles:how to change partition based separator colors - iphoneWhich is better, an STL list or an STL map for 20 entries, given the insertion order, is just as important as search speed - c ++iterate only through existing properties of objects, not from the parent class? - oopDataModelSelection in a list represented via EntityQuery - jsfCurrency Destruction in C # - c #Delphi OTA: есть ли способ получить активную конфигурацию при построении (D2010)? - delphiC # Proxy using Sockets, how do I do this? - c #GWT folding table - gwtjquery checkbox help get name and value of checkbox - javascriptHow to save Map objects in Java database in MySQL - javaAll Articles