]> OzVa Git service - conf-dialer/commitdiff
python -> python3 fix
authorMax Value <greenwoodw50@gmail.com>
Thu, 25 Dec 2025 22:21:53 +0000 (22:21 +0000)
committerMax Value <greenwoodw50@gmail.com>
Thu, 25 Dec 2025 22:21:53 +0000 (22:21 +0000)
Makefile

index 8a73d020c513c672fe4442a494b007f2caf07361..3aee85d9bf2a274ac3323ea2d445dc805f4543c6 100644 (file)
--- 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