Skip to main content

add environment path in windows.

Project description

windows-path-adder

open cmd in windows

echo %PATH%
:: C:\foo;D:\boo

python -m windowspathadder "D:/new/path"
:: or python -m windowspathadder "D:\new\path"

echo %PATH%
:: D:\new\path;C:\foo;D:\boo

:: the previous path is backed up with timestamp.
echo %PATH_{timestamp}%
:: C:\foo;D:\boo

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

windows-path-adder-1.0.4.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

windows_path_adder-1.0.4-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

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