python_find
Find the file path of a Python interpreter, optionally filtered by version, to identify available Python installations.
Instructions
Find the path of a Python interpreter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | No | Optional Python version request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| request | Yes |