You’ve worked hard to improve your project’s structure! However, there’s still room for improvement. Now that you’ve gotten rid of -m
, you can’t find the package anymore.
You’ll tackle the following issues:
- How
-m
and path have differentPYTHONPATH
values - How you could manually add to
PYTHONPATH
, but it’s a bad idea - How adding to
PYTHONPATH
manually comes with a scaling problem