pylyzer/docs/source/pyproject.md

214 B

pyproject.toml options

tool.pylyzer.python.path

Path to the Python interpreter to use. If not set, the default Python interpreter will be used.

[tool.pylyzer.python]
path = "path/to/python"