diff --git a/Makefile b/Makefile index feffbf3..fd0fcbd 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ all: \ .venv.done.log: \ requirements.txt rm -rf venv - python3 -m venv \ + $(PYTHON3) -m venv \ venv source venv/bin/activate \ && pip install \