pub fn detect_python() -> Result<String>
Detect the Python executable name available on this system. Tries python3 first (Linux/macOS convention), then falls back to python. Returns an error if neither is found.
python3
python