fix: always install venv
pkg when bootstrapping python
This commit is contained in:
parent
014982028b
commit
5c5038144f
|
@ -50,6 +50,7 @@ def bootstrap_python(c, deploy=None,
|
|||
apt.install(
|
||||
c,
|
||||
'python3-dev',
|
||||
'python3-venv',
|
||||
'libffi-dev',
|
||||
'libjpeg-dev',
|
||||
'libssl-dev',
|
||||
|
|
Loading…
Reference in a new issue