Skip to content

Repository files navigation

userpath

CI/CDCI - TestCD - Build
PackagePyPI - VersionPyPI - Python Version
MetaLicense - MITGitHub Sponsors

This is a tool for modifying a user's PATH.

Table of Contents

Installation

pip install userpath

CLI

$ userpath -hUsage: userpath [OPTIONS] COMMAND [ARGS]...Options: --version Show the version and exit. -h, --help Show this message and exit.Commands: append Appends to the user PATH prepend Prepends to the user PATH verify Checks if locations are in the user PATH

API

>>> import userpath
>>> location =r'C:\Users\Ofek\Desktop\test'
>>>
>>> userpath.in_current_path(location)
False
>>> userpath.in_new_path(location)
False
>>> userpath.append(location)
True
>>> userpath.in_new_path(location)
True
>>> userpath.need_shell_restart(location)
True

License

userpath is distributed under the terms of the MIT license.

About

Cross-platform tool for adding locations to the user PATH, no elevated privileges required!

Topics

Resources

Stars

166 stars

Watchers

5 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages