Skip to main content

Python utility to check whether the current script runs inside Windows' WSL

Project description

Python utility to check whether the current script runs inside Windows' WSL.

Here's how to use it:

from iswsl import is_wsl

if is_wsl():
    print('Running inside WSL')
else:
    print('Running outside WSL')

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

iswsl-1.0.0.tar.gz (1.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