From 82b86f690c1164e825aae1094eb95f70f1067c72 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Mon, 14 Oct 2019 16:24:48 +0200 Subject: [PATCH] [chapter.mk] use python3 --- chapter.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter.mk b/chapter.mk index d6ae1cf..7d8f918 100644 --- a/chapter.mk +++ b/chapter.mk @@ -9,8 +9,8 @@ pythonplots : $(PYPDFFILES) $(PYPDFFILES) : %.pdf: %.py echo $$(which python) - #python3 $< - python $< + python3 $< + #python $< cleanpythonplots : rm -f $(PYPDFFILES)