Skip to content

Use python3 instead of python in Makefile for macOS compatibility#65

Merged
stefanv merged 1 commit into
numfocus:mainfrom
priyanshuuu777:fix/python3-makefile
Jan 31, 2026
Merged

Use python3 instead of python in Makefile for macOS compatibility#65
stefanv merged 1 commit into
numfocus:mainfrom
priyanshuuu777:fix/python3-makefile

Conversation

@priyanshuuu777

Copy link
Copy Markdown
Contributor

macOS does not provide a python binary by default, which causes make develop
to fail when running tools/bundle_posts.py.

This change updates the Makefile to explicitly use python3, improving
contributor onboarding without changing behavior.

@stefanv stefanv merged commit 736044a into numfocus:main Jan 31, 2026
1 check passed
@stefanv

stefanv commented Jan 31, 2026

Copy link
Copy Markdown
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants