The following line of code writes every printed output in python into the log file:
C:...>python myscript.py > myoutput.log
Unfortunately, this does not print on terminal.
How can I fix this in a simple way?
I am using Windows 10. Would it be fixed if I change to Linux based system like Ubuntu?