RubyGems has stubs doing something similar to alts and they supports to execute the alternative version from command line, e.g. given there is rdoc command, you can run rdoc _4.6.0_ which executes the 4.6.0 version.
Similarly, there is used rubypick on Fedora to execute Ruby, where there are also supported environment variables to influence the version executed.
RubyGems has stubs doing something similar to alts and they supports to execute the alternative version from command line, e.g. given there is
rdoccommand, you can runrdoc _4.6.0_which executes the 4.6.0 version.Similarly, there is used rubypick on Fedora to execute Ruby, where there are also supported environment variables to influence the version executed.