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:
parent
a98d02248e
commit
1070a3e729
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue