[chapter.mk] use python3
This commit is contained in:
parent
d30adfbc26
commit
82b86f690c
@ -9,8 +9,8 @@ pythonplots : $(PYPDFFILES)
|
|||||||
|
|
||||||
$(PYPDFFILES) : %.pdf: %.py
|
$(PYPDFFILES) : %.pdf: %.py
|
||||||
echo $$(which python)
|
echo $$(which python)
|
||||||
#python3 $<
|
python3 $<
|
||||||
python $<
|
#python $<
|
||||||
|
|
||||||
cleanpythonplots :
|
cleanpythonplots :
|
||||||
rm -f $(PYPDFFILES)
|
rm -f $(PYPDFFILES)
|
||||||
|
Reference in New Issue
Block a user