Skip to content

Commit 697a12e

Browse files
Doug Hamakerclaude
authored andcommitted
fix: make Makefile Python default portable
Default PYTHON to python3 instead of /opt/homebrew/bin/python3.12. Override with PYTHON=python3.12 make setup when needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 83cfaac commit 697a12e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: help setup dev test lint clean docker smoke doctor
22

3-
PYTHON ?= /opt/homebrew/bin/python3.12
3+
PYTHON ?= python3
44
VENV := .venv
55

66
help: ## Show available targets

0 commit comments

Comments
 (0)