软件打包和分发软件打包和分发这些库可帮助你发布和安装 Python 软件。 虽然这些模块设计为与`Python 包索引 <https://pypi.org>`__结合使用,但它们也可以与本地索引服务器一起使用,或者根本不使用任何索引服务器。 distutils —- 构建和安装 Python 模块ensurepip —- Bootstrapping the pip installer Command line interfaceModule API venv —- 创建虚拟环境 创建虚拟环境API一个扩展 EnvBuilder 的例子 zipapp —- Manage executable Python zip archives Basic Example命令行接口Python API例子Specifying the InterpreterCreating Standalone Applications with zipapp Making a Windows executableCaveats The Python Zip Application Archive Format