in reply to Can I convince Git Bash to use a specific version of Perl

Hello Cody Fendant,

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*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.