Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: instead of python, use python3 #552

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Conversation

amirouche
Copy link

No description provided.

@amirouche
Copy link
Author

The build is broken on several distribution: https://github.com/letloop/letloop/actions/runs/10013488401

@jgm
Copy link
Member

jgm commented Jul 28, 2024

My question is whether an executable named python3 is always available when python v3 is installed. It seems to be on macOS and Debian -- what about others?

@tats-u
Copy link
Contributor

tats-u commented Aug 18, 2024

@jgm
AlmaLinux (& other RHEL-based): available after installing python3 package
Windows: built-in Microsoft Store redirector supports python3 shim

PS> gcm python3 -all | % { $_.Source.Replace("$HOME", "~") }
~\.rye\shims\python3.exe
~\AppData\Local\Microsoft\WindowsApps\python3.exe

Ubuntu: Debian-based; 100% exists

@jgm jgm merged commit 2734f21 into commonmark:master Aug 18, 2024
15 checks passed
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.

3 participants