From ba1fc1771ca598257e658b2477a4428a4ffb4fa0 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 14 Sep 2024 15:29:24 +0200 Subject: [PATCH] scripts(setup-ubuntu.sh): Add `python3.12-venv` --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index fe93fc45c7e963..29a26877f9d84c 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -70,6 +70,7 @@ PACKAGES+=" python3-pip" PACKAGES+=" python3-setuptools" PACKAGES+=" python-wheel-common" PACKAGES+=" python3.11-venv" +PACKAGES+=" python3.12-venv" # Needed by package bc. PACKAGES+=" ed"