Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用して外部プロセスを呼び出す小さな python スクリプトがありますsubprocess。stdout と stderr をログ ファイルとターミナルの両方にリダイレクトしたいと考えています。
subprocess
これはどのように行うことができますか?
でこれを行うことができますsubprocess.PIPE。
subprocess.PIPE
サンプルコードはこちらにあります。