From 65fdb3405a49558c5d92c9ebcc22c42de6f7361b Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Fri, 12 Mar 2021 16:54:25 +0100 Subject: [PATCH] another attempt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a671b5..f31711d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VENV = venv ifeq ($(OS), Windows_NT) BIN=$(VENV)/Scripts - PY=python3.exe + PY=python.exe else BIN=$(VENV)/bin endif