From 352ddcf6953bbbef9157890846e181e3ed1b9069 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 21 May 2023 07:52:17 -0400 Subject: [PATCH] install_python2.sh: Clarify virtualenv (22.04 for now, 23.04 later?) --- scripts/install_python2.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install_python2.sh b/scripts/install_python2.sh index 01269fda9..7d0de2062 100755 --- a/scripts/install_python2.sh +++ b/scripts/install_python2.sh @@ -68,6 +68,8 @@ apt -y install python3-platformdirs=2.5.1-1 apt-mark hold python3-platformdirs apt -y install python3-virtualenv=20.13.0+ds-2 apt-mark hold virtualenv +# 2023-05-21 PR #3587: Above 4 lines should really install a more recent +# version of virtualenv, probably from 'lunar' (Ubuntu 23.04) ? apt -y install python2 rm /etc/apt/sources.list.d/python2.list || true apt update