pipx:在隔离环境中安装和运行Python应用程序

时间:2021-02-01 15:41:35
【文件属性】:
文件名称:pipx:在隔离环境中安装和运行Python应用程序
文件大小:400KB
文件格式:ZIP
更新时间:2021-02-01 15:41:35
cli pypi pip venv CommandlineinterfacePython pipx —在隔离环境中安装和运行Python应用程序 文档: : 源代码: : 要与其他工具(包括pipsi)进行,请参见。 安装pipx 在macOS上: brew install pipx pipx ensurepath 使用brew update && brew upgrade pipx 。 否则,请通过pip安装: python3 -m pip install --user pipx python3 -m pipx ensurepath 使用python3 -m pip install --user -U pipx升级python3 -m pip install --user -U pipx 。 可以按照此命令附带的说明使用Shell补全: pipx completions 有关更多详细信息,请参阅。 概述:什么是pipx ? pipx是一个工具,可帮助您安装和运行以Python编写的最终用户应用程序。 它与macOS的brew ,JavaScript的和Linux的apt大致相似。 它与点子密切相关。 实际上,它使用pip,但专注于安装和管理P
【文件预览】:
pipx-master
----pipx_demo.gif(260KB)
----MANIFEST.in(353B)
----.flake8(95B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(294B)
--------ISSUE_TEMPLATE()
--------workflows()
----testdata()
--------test_package_specifier()
----noxfile.py(6KB)
----get-pipx.py(350B)
----src()
--------pipx()
----scripts()
--------pipx_release.py(619B)
--------pipx_prerelease.py(2KB)
--------pipx_postrelease.py(2KB)
--------migrate_pipsi_to_pipx.py(2KB)
--------generate_docs.py(1KB)
----mkdocs.yml(756B)
----LICENSE(1KB)
----setup.cfg(1KB)
----setup.py(280B)
----README.md(11KB)
----.deepsource.toml(184B)
----.pre-commit-config.yaml(867B)
----makefile(302B)
----logo.png(70KB)
----docs()
--------how-pipx-works.md(3KB)
--------programs-to-try.md(2KB)
--------comparisons.md(4KB)
--------index.md(12B)
--------contributing.md(5KB)
--------examples.md(2KB)
--------getting-started.md(338B)
--------troubleshooting.md(3KB)
--------installation.md(2KB)
--------changelog.md(15KB)
----tests()
--------test_package_specifier.py(9KB)
--------test_inject.py(2KB)
--------test_list.py(2KB)
--------test_uninstall_all.py(538B)
--------helpers.py(4KB)
--------test_reinstall_all.py(1KB)
--------test_run.py(5KB)
--------test_reinstall.py(2KB)
--------test_interpreter.py(3KB)
--------test_install.py(8KB)
--------test_install_all_packages.py(17KB)
--------test_main.py(924B)
--------test_uninstall.py(2KB)
--------test_upgrade_all.py(830B)
--------test_pipx_metadata_file.py(6KB)
--------test_constants.py(1KB)
--------test_upgrade.py(3KB)
--------test_runpip.py(201B)
--------test_completions.py(207B)
--------conftest.py(2KB)
--------test_animate.py(5KB)
--------test_shared_libs.py(711B)
--------package_info.py(26KB)
----templates()
--------docs.md(329B)
----.gitignore(129B)
----pyproject.toml(277B)

网友评论