Skip to content

Commit 965e578

Browse files
committed
PERM: Explicitly use system python
1 parent ba12f62 commit 965e578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
prefix ?= $(HOME)/.local
22
DESTDIR ?= /
3-
PYTHON ?= python3
3+
PYTHON ?= python
44
DEFAULT_TEST_TARGET ?= test
55
STG_PROVE_OPTS ?=
66

t/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2005 Junio C Hamano
44
#
55

6-
PYTHON ?= python3
6+
PYTHON ?= python
77
# STG_TEST_OPTS = --verbose-log
88
# STG_PROVE_OPTS = --jobs=9
99
STG_PROVE_OPTS ?=

0 commit comments

Comments
 (0)