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.
1 parent c9905c1 commit f928910ab3b845241dc337f9982b454a31d985da
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 17 hours ago
Showing 1 changed file
View
deploy/install.sh