|
deploy: pick the newest python >= 3.11 instead of hardcoding python3
Ubuntu 22.04's system python3 is 3.10 and must not be replaced (apt depends on it) — a deadsnakes install lives under python3.11/3.12. The install now tries those names before plain python3 and builds the venv with whichever qualifies, with a hint in the error path. |
|---|
|
|
| deploy/install.sh |
|---|