Running a daily scheduled python file using PythonAnywhere. By default, when running python files under Tasks, it runs the python file in a python interpreter terminal, instead of the bash terminal.
The file uses the python subprocess module, to output commands to the terminal. In this case, I want to create a log after the event and upload it github.
Using PythonAnywhere Tasks, how can I instruct the scheduling to run the file in the bash terminal instead of the python interpreter.