in reply to Can I convince Git Bash to use a specific version of Perl
You already had good answers: I think a PATH modification is appropriate in this case.
I just want to add you can also use git-cmd.exe on windows which has (un)fortunately no idea at all of what perl is.
A short command/batch set PATH=D:\perl5.26.64bit\perl\site\bin;D:\perl5.26.64bit\perl\bin;D:\perl5.26.64bit\c\bin;%PATH% run in the resulting console should be enough
L*
|
|---|