fix: always install venv pkg when bootstrapping python

This commit is contained in:
Lance Edgar 2024-06-15 21:17:42 -05:00
parent 014982028b
commit 5c5038144f

View file

@ -50,6 +50,7 @@ def bootstrap_python(c, deploy=None,
apt.install(
c,
'python3-dev',
'python3-venv',
'libffi-dev',
'libjpeg-dev',
'libssl-dev',