Skip to content

Commit 8a6b709

Browse files
use specified python executable
1 parent 7e21e85 commit 8a6b709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PIPENV=pipenv
99
PDOC=pdoc
1010

1111
DATE:=$(shell date +"%Y-%M-%d")
12-
VERSION=$(shell python3 -c 'import things; print(things.__version__)')
12+
VERSION=$(shell $(PYTHON) -c 'import things; print(things.__version__)')
1313

1414
help: ## Print help for each target
1515
$(info Things low-level Python API.)

0 commit comments

Comments
 (0)