Skip to content

Commit

Permalink
python3->python
Browse files Browse the repository at this point in the history
  • Loading branch information
veltzer committed Sep 13, 2024
1 parent fd64c9e commit 1b149dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DO_CHECK_SYNTAX:=1
########
# code #
########
PYTHON=python3
PYTHON=python
ALL_TESTS:=out/tests.stamp
ALL_PACKAGES:=$(patsubst %/,%,$(dir $(wildcard */__init__.py)))
ALL_PYTHON:=$(shell find $(ALL_PACKAGES) -type f -and -name "*.py")
Expand Down Expand Up @@ -108,7 +108,7 @@ inspect:

.PHONY: py-spy
py-spy:
$(Q)sudo env "PATH=$$PATH" python3 -m $(MAIN_MODULE)
$(Q)sudo env "PATH=$$PATH" $(PYTHON) -m $(MAIN_MODULE)

.PHONY: pyinstrument
pyinstrument:
Expand Down

0 comments on commit 1b149dd

Please sign in to comment.