上一话题
16.
附录
下一话题
就业培训
下载中心
Wiki
联络
登录
注册
首页
Python 3.12.4
索引
模块
下一
上一
设置和使用 Python
设置和使用 Python
¶
此文档编制部分致力于在不同平台设置 Python 环境、解释器援引及使采用 Python 更容易工作的事情的一般信息。
1. 命令行和环境
1.1. 命令行
1.1.1. 接口选项
1.1.2. 一般选项
1.1.3. 杂项选项
1.1.4. 不应使用的选项
1.2. 环境变量
1.2.1. 调试模式变量
2. 在 Unix 平台使用 Python
2.1. 获取并安装最新版本的 Python
2.1.1. 在 Linux
2.1.2. 在 FreeBSD 和 OpenBSD
2.2. 构建 Python
2.3. 与 Python 相关的路径和文件
2.4. 杂项
2.5. 自定义 OpenSSL
3. 配置 Python
3.1. Build Requirements
3.2. Generated files
3.2.1. configure script
3.3. Configure Options
3.3.1. General Options
3.3.2. WebAssembly Options
3.3.3. Install Options
3.3.4. Performance options
3.3.5. Python Debug Build
3.3.6. Debug options
3.3.7. Linker options
3.3.8. Libraries options
3.3.9. Security Options
3.3.10. macOS Options
3.3.11. Cross Compiling Options
3.4. Python Build System
3.4.1. Main files of the build system
3.4.2. Main build steps
3.4.3. Main Makefile targets
3.4.4. C extensions
3.5. Compiler and linker flags
3.5.1. Preprocessor flags
3.5.2. Compiler flags
3.5.3. Linker flags
4.在 Windows 使用 Python
4.1. 完整安装程序
4.1.1. 安装步骤
4.1.2. 移除 MAX_PATH 局限性
4.1.3. 安装无需 UI
4.1.4. 安装无需下载
4.1.5. 修改安装
4.2. 微软商店包
4.2.1. 已知问题
4.2.1.1. 本地数据、注册表及临时路径的重定向
4.3. nuget.org 包
4.4. 可嵌入包
4.4.1. Python 应用程序
4.4.2. 嵌入 Python
4.5. 替代捆绑
4.6. 配置 Python
4.6.1. 附录:设置环境变量
4.6.2. 查找 Python 可执行文件
4.7. UTF-8 模式
4.8. 用于 Windows 的 Python 启动器
4.8.1. 快速入门
4.8.1.1. 从命令行
4.8.1.2. 虚拟环境
4.8.1.3. 从脚本
4.8.1.4. 从文件关联
4.8.2. Shebang 行
4.8.3. shebang 行中的自变量
4.8.4. 定制
4.8.4.1. 定制凭借 INI 文件
4.8.4.2. 定制默认 Python 版本
4.8.5. 诊断
4.8.6. 预演
4.8.7. 按需安装
4.8.8. 返回代码
4.9. 查找模块
4.10. 额外模块
4.10.1. PyWin32
4.10.2. cx_Freeze
4.11. 在 Windows 编译 Python
4.12. 其它平台
5. 在 Mac 使用 Python
5.1. Getting and Installing Python
5.1.1. 如何运行 Python 脚本
5.1.2. 采用 GUI 运行脚本
5.1.3. 配置
5.2. IDE
5.3. 安装额外 Python 包
5.4. GUI Programming
5.5. Distributing Python Applications
5.6. 其它资源
6. 编辑器和 IDE
上一话题
16.
附录
下一话题
1.
命令行和环境
本页
报告 Bug
展示源
快速搜索
键入搜索术语或模块、类、函数名称。
首页
Python 3.12.4
索引
模块
下一
上一
设置和使用 Python