We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770e929 commit d208cbbCopy full SHA for d208cbb
papers/P2988/Makefile
@@ -1,4 +1,4 @@
1
-PYEXECPATH ?= $(shell which python3.12 || which python3.11 || which python3.10)
+PYEXECPATH ?= $(shell which python3.13 || which python3.12 || which python3.11 || which python3.10)
2
PYTHON ?= $(shell basename $(PYEXECPATH))
3
VENV := .venv/
4
SOURCE_VENV := . $(VENV)/bin/activate;
0 commit comments