If I install an executable command that is distributed as a Rubygem, and I do it under an RVM-managed environment, these executables disappear from my PATH if I cd in and out of directories with a .rvmrc file that switches the Ruby environment.
How can I ensure that certain Rubygem executables are always available, short of installing the gem in every single one of my rvm environments?
use wrappers: https://rvm.io/integration/cron/
to get “global” gist:
now you can use gist command in any ruby