Skip to main content

list_any_python

No overview available.

def list_any_python(
bench: &mut Bencher
) - > list

Searches the system PATH for any available Python executables and returns their absolute file paths.

Returns

TypeDescription
listA list of strings containing the absolute paths to all Python interpreters found in the system environment.