ekalinin / nodeenv

Virtual environment for Node.js & integrator with virtualenv
http://ekalinin.github.io/nodeenv/
Other
1.69k stars 204 forks source link

Replace additional use of `which(1)` with `shutil.which()` #355

Open mgorny opened 1 month ago

mgorny commented 1 month ago

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.