From 5c5038144ffa7ebc8b2c86cf01426d32a5e42736 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 15 Jun 2024 21:17:42 -0500 Subject: [PATCH] fix: always install `venv` pkg when bootstrapping python --- rattail_fabric2/python.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rattail_fabric2/python.py b/rattail_fabric2/python.py index 02cb0c7..f1b3957 100644 --- a/rattail_fabric2/python.py +++ b/rattail_fabric2/python.py @@ -50,6 +50,7 @@ def bootstrap_python(c, deploy=None, apt.install( c, 'python3-dev', + 'python3-venv', 'libffi-dev', 'libjpeg-dev', 'libssl-dev',