From 20f6decc7cc09731039fab32b016327f3bee2ef7 Mon Sep 17 00:00:00 2001 From: Lucy Phipps Date: Tue, 5 Oct 2021 17:24:38 +0100 Subject: [PATCH] setup-ubuntu.sh: use python3.10-full --- scripts/setup-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 5067e38e4..b117e3944 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -59,7 +59,7 @@ PACKAGES+=" xmltoman" PACKAGES+=" python3.7" PACKAGES+=" python3.8" PACKAGES+=" python3.9" -PACKAGES+=" python3.10" +PACKAGES+=" python3.10-full" PACKAGES+=" python3-pip" PACKAGES+=" python3-setuptools"