mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
install_python2.sh: Clarify virtualenv (22.04 for now, 23.04 later?)
This commit is contained in:
parent
4e430da1a9
commit
352ddcf695
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue