[20:54] Eickmeyer: is there any way we should expect someone might install pktools other than via a package? (assuming not debian/ubuntu) [20:55] actually even there with self install from source. [20:56] I don't... think so? [20:56] It's in the archive. [20:57] Yeah, but if someone installed a2jmidid from source in debian.... in /usr/local/bin who knows [20:57] Oh, not on debian/ubuntu. Well, rpm for openSUSE/RedHat/Fedora, and Arch does its thing via Packman... [20:57] Yeah, that's unsupported really. If they screwed that up, that's on them. [20:59] I suppose make could bounce through all deps and complain if they are not available [21:00] Usually it does upon 'make configure'. [21:00] anyway, I think just to be sure I will change all /usr/bin/* to use shutil.which() [21:00] That's an excellent idea.