Python will buffer stdout and stderr by default. If you want to redirect the output into a separate file, use ‘python -u’ instead.
Python will buffer stdout and stderr by default. If you want to redirect the output into a separate file, use ‘python -u’ instead.