1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

install_python2_kalite-venv_u2404.sh: 'apt install python3-venv' (again)

This commit is contained in:
root 2024-03-07 03:09:21 -05:00
parent a98d02248e
commit 1070a3e729

View file

@ -44,3 +44,8 @@ apt -y remove libmpdec3 python3-pip python3-wheel
apt update
apt -y upgrade # Why 'apt upgrade' here?
# python3-venv is needed for other venv's like roles/jupyterhub, e.g. #3716.
# So we restore python3-venv originally installed by scripts/ansible -- this
# is nec b/c python3-pip-whl downgrade to 22.0.2 (line ~19 above) removes it:
apt -y install python3-venv