pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.31k stars 365 forks source link

Possible third option #964

Open benji-york opened 10 months ago

benji-york commented 10 months ago

This FAQ discusses a command's output being generated all-at-once at the end of execution.

Another possible explanation/fix is to run the Python subprocess with unbuffered IO (the -u switch).