ekalinin/nodeenv

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

mgorny opened this issue · 1 comments

mgorny commented

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

Thanks!