Open prozach opened 8 years ago
Is there a way that I can prefix a command with the rvm <version> do that is used for the primary bin files? I'd like to simply do something like:
rvm <version> do
execute :rvm, 'bin/myscript' and have the actual execution call rvm <myversion> do bin/myscript.
execute :rvm, 'bin/myscript'
rvm <myversion> do bin/myscript
Is there a way that I can prefix a command with the
rvm <version> do
that is used for the primary bin files? I'd like to simply do something like:execute :rvm, 'bin/myscript'
and have the actual execution callrvm <myversion> do bin/myscript
.