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

Merge pull request #3648 from holta/stronger-pin-of-virtualenv

Strengthen pin of python3-virtualenv 20.13 in install_python2.sh for KA Lite: 'apt-mark hold python3-virtualenv'
This commit is contained in:
A Holt 2023-09-26 13:13:01 -04:00 committed by GitHub
commit 2b6244e5d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ if grep -qi ubuntu /etc/os-release; then # Ubuntu 23.10+ (and Mint 22+ ?) nee
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
apt-mark hold python3-virtualenv # 2023-09-26: 'apt-mark hold virtualenv' was definitely insufficient on Ubuntu 23.10
# 2023-05-21 PR #3587: Above 4 lines should really install a more recent
# version of virtualenv, probably from 'lunar' (Ubuntu 23.04) ?
else