You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: I want to see terminal output of pip install
I don't want to set it manually
Maybe I can disable capturing automatically if there's an active (stream) Log handler?
That would however fill only the terminal with the output, not the active handler's target
Should it fill the target too?
If there are multiple active then which one?
This is getting complicated.
Maybe do a simple version for now where it only prints in terminal if there's an active handler
Problem: I want to see terminal output of pip install
I don't want to set it manually
Maybe I can disable capturing automatically if there's an active (stream) Log handler?
That would however fill only the terminal with the output, not the active handler's target
Should it fill the target too?
If there are multiple active then which one?
This is getting complicated.
Maybe do a simple version for now where it only prints in terminal if there's an active handler
The text was updated successfully, but these errors were encountered: