1 2 3 4 5 6 7 8 9 10
# `pyproject.toml` options ## `tool.pylyzer.python.path` Path to the Python interpreter to use. If not set, the default Python interpreter will be used. ```toml [tool.pylyzer.python] path = "path/to/python" ```