feat: install python3.10 in uvx shim before uv (#1449)

This commit is contained in:
Kalvin C
2025-02-28 15:56:21 -08:00
committed by GitHub
parent 469228dee2
commit 8f5fba97b8
+4
View File
@@ -56,6 +56,10 @@ which hermit >> "$LOG_FILE"
log "Initializing hermit."
hermit init >> "$LOG_FILE"
# Initialize python >= 3.10
log "hermit install python 3.10"
hermit install python3@3.10 >> "$LOG_FILE"
# Install UV for python using hermit
log "Installing UV with hermit."
hermit install uv >> "$LOG_FILE"