文档:统一使用 python3.12 作为开发 Python 命令

This commit is contained in:
ila
2026-07-06 16:46:35 +08:00
parent 14eae57643
commit abfe00103c
3 changed files with 13 additions and 2 deletions
+9
View File
@@ -92,3 +92,12 @@
- 决策:页面树以 §3.1 结构图为唯一权威;`/languages/`、`/frameworks/` 聚合页 MVP 不建 Page,由筛选参数替代。
- 下一步:T-001 初始化 Wagtail 项目骨架。
## 2026-07-06 确认 Python 命令
- 状态:DONE
- 变更:`docs/03-tech-stack.md` §三命令表 `python3` → `python3.12`,并加说明注释;`docs/current-state.md` 开发环境行补充 Python 命令约定。
- 验证:`python3.12 --version` 输出 `Python 3.12.12`;`docs/03-tech-stack.md` 与 `docs/current-state.md` 已同步。
- 阻塞:无。
- 决策:开发统一使用 `python3.12` 命令(系统已安装 3.12.12),不依赖 `python3` 别名(指向 3.8.10)。
- 下一步:T-001 初始化 Wagtail 项目骨架。