1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

'pip install virtualenv==20.21.1' for KA Lite on Ubuntu 23.10

This commit is contained in:
root 2023-05-19 15:45:38 -04:00
parent 046490ad66
commit 9ca80db3fa
2 changed files with 8 additions and 3 deletions

View file

@ -16,7 +16,12 @@
export DEBIAN_FRONTEND=noninteractive
ARCH=$(dpkg --print-architecture)
apt -y install virtualenv
# Older version http://launchpadlibrarian.net/651276954/virtualenv_20.19.0+ds-1_all.deb
# unfortunately drags in newer 20.23+ version of python3-virtualenv, preventing Python 2.
# So let's try pip: (which installs to /usr/local/bin)
apt -y install python3-pip
pip install virtualenv==20.21.1 --break-system-packages
#apt -y install virtualenv
# https://github.com/iiab/iiab/pull/3535#issuecomment-1503626474
#apt -y install media-types libffi8 libssl3