Script2021.01.24 Scripts管理者 PythonからLinuxコマンド実行 – python subprocess – ポスト シェア はてブ 送る Pocket subprocess – Subprocess management – Python 3.9.1 documentationSource code: Lib/subprocess.py The module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes. This module intends to replace several older modules and functions: Information about how the module can be used to replace these modules and functions can be found in the following sections. あんまりないかもしれないけど、PythonからLinuxコマンドを実行する方法。 import subprocess subprocess.run(["ls", "-l"]) subprocess.run(["docker", "ps"]) ポスト シェア はてブ 送る Pocket feedly