From 6819123fed4eec333613b999eb15c5ea70e33e46 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Tue, 5 Mar 2024 21:06:59 -0600 Subject: [PATCH] no compilers --- scripts/U2404_python2.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/U2404_python2.sh b/scripts/U2404_python2.sh index e9559cb856..ea26a36404 100644 --- a/scripts/U2404_python2.sh +++ b/scripts/U2404_python2.sh @@ -20,6 +20,9 @@ apt -y install python2-pip-whl python2-setuptools-whl apt -y --allow-downgrades install python3-pip-whl=22.0.2+dfsg-1 apt-mark hold python3-pip-whl +apt -y --no-install-recommends install python3-pip=22.0.2+dfsg-1 +apt-mark hold python3-pip + apt -y --allow-downgrades install python3-virtualenv=20.13.0+ds-2 apt-mark hold python3-virtualenv