diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 5067e38e4a..b117e39445 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"