nodeenv
nodeenv copied to clipboard
Replace additional use of `which(1)` with `shutil.which()`
Replace the remaining use of external which(1) tool with shutil.which() from the standard Python library, finally removing the dependency on a third party package.
This is a followup to 1024f4f64ceabd612b4df9a0b9dbe2691b2f5f9d.
Hey! Thanks for the patch! Could you, please, add some test?
What kind of test?
Unit test.
install_activate is already covered by tests. I fail to see what I could test differently there.