From 90a59ccce62f2459dea074cf3a22983d0535647f Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 10 Nov 2020 10:27:38 +0100 Subject: [PATCH] for debian (python alias not working for make invocation) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c608c12..323a9c0 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ install-user: compile # already set for the prefix specified in local.conf # Only activates venv if already existing venv: - python -m venv $(VENV_DIR) + python3 -m venv $(VENV_DIR) LD_LIBRARY_PATH=$(PREFIX)/lib \ DYLD_LIBRARY_PATH=$(PREFIX)/lib \ bash --rcfile $(VENV_DIR)/bin/activate