ensure /usr/bin/python3 symlink exists (venv symlinks to python3, not python3.12 directly)

This commit is contained in:
deploy-migration
2026-07-02 13:00:12 +00:00
parent 1740c3ea47
commit 3e0cdbc46f
+1 -1
View File
@@ -1,2 +1,2 @@
[phases.setup]
aptPkgs = ["python3.12"]
aptPkgs = ["python3", "python3.12"]