Skip to content

Patch for shutil.which and shutilwhich that disables search in CWD on Windows

License

Notifications You must be signed in to change notification settings

kiwi0fruit/shutilwhich-cwdpatch

Repository files navigation

shutilwhich-cwdpatch

Patch for shutil.which and shutilwhich that doesn't prepend CWD in search on Windows.

Install

conda install -c defaults -c conda-forge shutilwhich-cwdpatch

or

pip install shutilwhich-cwdpatch

Usage:

Simply import patch submodule before importing shutil.which or shutilwhich to patch them:

import shutilwhich_cwdpatch.patch
from shutil import which

Or use which without patching:

from shutilwhich_cwdpatch import which

About

Patch for shutil.which and shutilwhich that disables search in CWD on Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published