From: Max Value Date: Thu, 25 Dec 2025 22:21:53 +0000 (+0000) Subject: python -> python3 fix X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=693c54411a66b02e89eda79d3e4146bb7e376aad;p=conf-dialer python -> python3 fix --- diff --git a/Makefile b/Makefile index 8a73d02..3aee85d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ build : .venv/touchfile .venv/bin/python -m pip install . .venv/touchfile : requirements.txt - python -m venv .venv + python3 -m venv .venv .venv/bin/python -m pip install -r requirements.txt .venv/bin/python -m pip install . touch .venv/touchfile