From 0db1e96119f3be6faba65c9a3d7082348312bb2f Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Fri, 15 Sep 2023 22:33:55 +0900 Subject: python/python3-userpath: Added (add locations to user path). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-userpath/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-userpath/README (limited to 'python/python3-userpath/README') diff --git a/python/python3-userpath/README b/python/python3-userpath/README new file mode 100644 index 0000000000..dc318ac180 --- /dev/null +++ b/python/python3-userpath/README @@ -0,0 +1,4 @@ +userpath is a command-line tool and Python library to add custom +custom locations to user PATH. Only user-specific PATH is changed, +avoiding the need for elevated privileges. + -- cgit v1.2.3