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
| Type | Description |
|---|---|
list | A list of strings containing the absolute paths to all Python interpreters found in the system environment. |