Update docs and sort content

This commit is contained in:
github-actions[bot]
2025-01-22 05:47:12 +00:00
parent 6c2f4212b0
commit 4484eca59a
130 changed files with 278 additions and 11 deletions

View File

@ -14,6 +14,8 @@ description: >-
本文总结了管理Python环境的几种主流方式包括venv、virtualenv、conda、pipenv和poetry等。虚拟环境能够为不同的项目提供独立的Python版本和依赖库避免了全局解释器带来的切换和维护问题。文章还介绍了作者个人常用的环境管理工具pyenv用于Python版本管理poetry和virtualenv用于依赖管理。此外还简要说明了conda的使用注意事项建议避免与pip混用并了解import优先级。
category: 后端
toAstro: true
date_created: 2025-01-04T11:44:53+08:00
date_modified: 2025-01-22T13:39:19+08:00
---
# 管理 python 环境的方式