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(
|
apt.install(
|
||||||
c,
|
c,
|
||||||
'python3-dev',
|
'python3-dev',
|
||||||
|
'python3-venv',
|
||||||
'libffi-dev',
|
'libffi-dev',
|
||||||
'libjpeg-dev',
|
'libjpeg-dev',
|
||||||
'libssl-dev',
|
'libssl-dev',
|
||||||
|
|
Loading…
Reference in a new issue