Hi! I have a project that can be run using python3.7 -m project but I can’t find a way to do it.
I tried setting the working directory to home/username/ProjectFolder but it still tries to run the py file.
Any way to make it run the module folder instead of the py file? Or there are any alternatives?
Thanks