October 19, 2024

Specifying the Python root directory is good to set in order to clarify which directory is root. And it helps us to understand hierarchical structure and to set import script in your code. If it is NOT clear, the location where to import scripts is not understandable. Anyway, this shows the usage.

PYTHONPATH=./ python src/run.py