http://qs321.pair.com?node_id=11100246


in reply to Re^2: Can't find or uninstall version of perl
in thread Can't find or uninstall version of perl

I have installed git, github, and various python utilities ...

Pythonista gits tend to like *nix-ish utilities, so I wouldn't be surprised if one of those installs smuggled the Windows port of the GNU utilities aboard. From my Windows system:

c:\@Work\Perl\monks>which which.exe c:\UnxUtils\wbin\which.exe


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^4: Can't find or uninstall version of perl
by swl (Parson) on May 19, 2019 at 09:50 UTC

    And git on Windows comes with its own perl, which on my system is version 5.26.2. That would explain the extra perl in the path.

    ScarletObsidian: where perl will list the location of all the perls in your path, and I would assume one will be under git's usr/bin subfolder. And now I think of it, if you are running the git console then calling which perl will list /usr/bin/perl, which is what you reported in your first post.