From 693c54411a66b02e89eda79d3e4146bb7e376aad Mon Sep 17 00:00:00 2001 From: Max Value Date: Thu, 25 Dec 2025 22:21:53 +0000 Subject: [PATCH] python -> python3 fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2