feat(venv): add uv compatibility for pip commands and enhance virtual environment setup

This commit is contained in:
jxxghp
2026-05-12 23:01:27 +08:00
parent 57bb67e547
commit a46ce24691
8 changed files with 231 additions and 17 deletions

View File

@@ -427,7 +427,7 @@ ensure_prereqs() {
exit 1
fi
if ! ensure_base_tools || ! ensure_python; then
if ! ensure_base_tools || ! ensure_python || ! ensure_uv; then
python_install_hint
exit 1
fi