Skip to content

Commit 278b137

Browse files
authoredMar 5, 2025··
Fix: [Makefile] python2 is long dead (#97)
1 parent 02d9fa5 commit 278b137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ DEFAULT_BRANCH_NAME ?= master
9494
# Text processing and scripting
9595
AWK ?= awk
9696
GREP ?= grep
97-
PYTHON ?= python
97+
PYTHON ?= python3
9898

9999
# Graphics processing
100100
GIMP ?= $(shell command -v gimp)

0 commit comments

Comments
 (0)
Please sign in to comment.