Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shutilwhich-cwdpatch-0.1.0.tar.gz (26.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page