ekalinin / nodeenv

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

Please use shutil.which() instead of external `which` program #333

Closed mgorny closed 1 month ago

mgorny commented 1 year ago

The which program is being phased out and is no longer installed on Gentoo systems by default. Please use shutil.which() instead.

mgorny commented 1 month ago

Thanks!