Skip to content

Commit 191576e

Browse files
committed
fix #224 specify python3 rather than python
1 parent 7f7807a commit 191576e

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
@@ -47,7 +47,7 @@ build: $(HTML_PAGES) $(TMPDIR)
4747

4848

4949
.venv/bin:
50-
which uv && uv venv .venv || python -m venv .venv
50+
which uv && uv venv .venv || python3 -m venv .venv
5151
which uv && uv pip install -e . || .venv/bin/pip install -e .
5252

5353
.PHONY: install

0 commit comments

Comments
 (0)