pub fn find_interpreter() -> Option<PathBuf>
Find a working Python interpreter on PATH.
PATH
Returns the first candidate that resolves via which and passes a --version health check. Returns None if no candidate works.
which
--version
None