From d2f85bb1424ebeaed2869f9de6a2bab6d7e68be3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 5 Mar 2024 18:37:33 +0100 Subject: [PATCH] make virtualenv work again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d069ab4a15..8be822b11f 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ $(VENV_BIN): touch $@ $(PYTHON_BIN): $(VENV_BIN) requirements.txt - python3 -m virtualenv -p python3 $(VENV_DIR) + python3 -m venv -p python3 $(VENV_DIR) $@ -m pip install -r requirements.txt $(MAKO_RENDER): $(PYTHON_BIN) $(wildcard $(GEN_LIB_SRC)/*)