Changeset - 5c5038144ffa
[Not reviewed]
0 1 0
Lance Edgar - 5 months ago 2024-06-15 21:17:42
lance@edbob.org
fix: always install `venv` pkg when bootstrapping python
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general) First comment
rattail_fabric2/python.py
Show inline comments
 
@@ -50,6 +50,7 @@ def bootstrap_python(c, deploy=None,
 
    apt.install(
 
        c,
 
        'python3-dev',
 
        'python3-venv',
 
        'libffi-dev',
 
        'libjpeg-dev',
 
        'libssl-dev',
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now