Skip to content

Commit

Permalink
fix: use makefile global variable for python interpreter in help comm…
Browse files Browse the repository at this point in the history
…and (#392)

Co-authored-by: Philipp Miotti <[email protected]>
  • Loading branch information
philipp91roberto and philipp91roberto authored Jul 12, 2024
1 parent 852fd22 commit 7a2261c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.repo_name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ endef
export PRINT_HELP_PYSCRIPT

help:
@python -c "${PRINT_HELP_PYSCRIPT}" < $(MAKEFILE_LIST)
@$(PYTHON_INTERPRETER) -c "${PRINT_HELP_PYSCRIPT}" < $(MAKEFILE_LIST)

0 comments on commit 7a2261c

Please sign in to comment.