文件名称:userpath:用于将位置添加到用户PATH的跨平台工具,无需提升权限!
文件大小:24KB
文件格式:ZIP
更新时间:2024-03-31 12:09:08
系统开源
用户路径 是否曾经想发布一个很棒的新应用程序,但是发现很难为用户将其位置添加到PATH中? 我也是! 该工具可在所有主要操作系统上为您做到这一点,并且不需要提升的特权! 不用担心,这只会修改用户PATH; 系统路径永远不会被触及甚至看过! 目录 安装 userpath作为通用*在上分发,并且在Linux / macOS和Windows上可用,并且支持Python 2.7 / 3.6 +和PyPy。 $ pip install userpath 指令 只有3! $ userpath -h Usage: userpath [OPTIONS] COMMAND [ARGS]... Options: --version Show the version and exit. -h, --help Show this message and exit. Command
【文件预览】:
userpath-master
----.gitignore(108B)
----LICENSE-MIT(1KB)
----requirements-dev.txt(16B)
----README.rst(6KB)
----tests()
--------test_xonsh.py(2KB)
--------conftest.py(3KB)
--------test_zsh.py(2KB)
--------test_bash.py(3KB)
--------utils.py(272B)
--------docker()
--------coverage()
--------__init__.py(0B)
--------test_windows.py(1KB)
--------test_fish.py(2KB)
--------test_sh.py(2KB)
----HISTORY.rst(1KB)
----.gitattributes(66B)
----LICENSE-APACHE(10KB)
----.coveragerc(414B)
----MANIFEST.in(214B)
----setup.py(2KB)
----.travis.yml(269B)
----tox.ini(628B)
----.codecov.yml(131B)
----userpath()
--------interface.py(5KB)
--------utils.py(2KB)
--------cli.py(6KB)
--------__init__.py(125B)
--------core.py(1KB)
--------__main__.py(58B)
--------shells.py(4KB)
----.appveyor.yml(439B)