Why isn’t the first executable in my $PATH being used?
I have a script called jsl in /usr/local/bin. Running which jsl finds it there. I want to temporarily use a different version, and when I echo $PATH I see that /usr/bin is earlier in the path. So I added a script called jsl in that folder and I’ve verified that it is executable and runs … Read more