py-path.mk: Add target py-path

Add target py-path to py-path.mk. It's mostly there for documentation
purposes, giving people and machines a defined, easily accessible and
omni-present way to determine how Python imports should be resolved.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-07-09 09:16:39 +02:00
commit 9fa654374d
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -11,3 +11,7 @@ all:
clean: py-tools.clean
py-tools.clean:
$(RM) -rf $(wildcard *.pyc) __pycache__ .mypy_cache .ruff_cache .pytest_cache
py-path:
@echo "PYTHONPATH=$(PYTHONPATH)"
@#echo "MYPYPATH=$(MYPYPATH)"