-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please use shutil.which() instead of external which
program
#333
Comments
gentoo-bot
pushed a commit
to gentoo/gentoo
that referenced
this issue
Jun 4, 2023
Bug: ekalinin/nodeenv#333 Signed-off-by: Sam James <sam@gentoo.org>
thesamesam
added a commit
to thesamesam/nodeenv
that referenced
this issue
Dec 13, 2023
* Use Python's shutil.which() instead of shelling out to `which` to find Python 2 * Use `command -v` instead of `which` in README Fixes: ekalinin#333
thesamesam
added a commit
to thesamesam/nodeenv
that referenced
this issue
Dec 13, 2023
* Use Python's shutil.which() instead of shelling out to `which` to find Python 2 * Use `command -v` instead of `which` in README Fixes: ekalinin#333
gentoo-bot
pushed a commit
to gentoo/gentoo
that referenced
this issue
Dec 13, 2023
Bug: ekalinin/nodeenv#333 Signed-off-by: Sam James <sam@gentoo.org>
ekalinin
pushed a commit
that referenced
this issue
May 28, 2024
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
which
program is being phased out and is no longer installed on Gentoo systems by default. Please use shutil.which() instead.The text was updated successfully, but these errors were encountered: