commonmark / cmark

CommonMark parsing and rendering library and program in C
Other
1.62k stars 539 forks source link

Makefile: instead of python, use python3 #552

Closed amirouche closed 3 weeks ago

amirouche commented 1 month ago

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

jgm commented 1 month ago

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 commented 3 weeks ago

@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