Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

1. 什么是venv? 2. 安装和启用 2.1. Linux(Ubuntu) 2.2. Windows 3. 虚拟环境的使用 3.1. 创建带特定选项的虚拟环境 3.2. 虚拟环境的使用 3.3. 虚拟环境的管理 4. 项目中使用venv的最佳实践 4.1. 项目结构建议 4.2. .gitignore配置 4.3. 创建项目自动化脚本 1. 什么是venv?venv是Py...