Phase 0 评审三次修复:文档命令统一加 .exe 后缀(MSYS2 venv 实际文件名)

This commit is contained in:
ila
2026-07-06 19:25:48 +08:00
parent 9390c4039f
commit fdec385afc
6 changed files with 25 additions and 17 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ Phase 0(地基)已完成。Wagtail 7.4.2 + Django 6.0.6 项目已初始化
## 验证
```bash
.venv/bin/python3.12 manage.py check
.venv/bin/python3.12 manage.py test
.venv/bin/python3.12.exe manage.py check
.venv/bin/python3.12.exe manage.py test
```
`init.sh` 是标准启动与验证入口(`init.ps1` 为 Windows 辅助脚本)。