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:
parent
ee697d203d
commit
9fa654374d
1 changed files with 4 additions and 0 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue