We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rvm alias create tess ruby-2.2.6@tess
(This creates an alias called "tess", pointing to a gemset named "tess" under ruby version 2.2.6)
echo $rvm_path
<path from the above command>/environments/tess
(Where "tess" is the alias we created in step 1.)
If the ruby version or gemset name is changed, simply re-run the alias command, referencing the new version:
rvm alias create tess ruby-3.0.0@new-tess
...and all shell scripts should still work!