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.
端末に終了しないコマンドがあります。つまり、実行後に終了する「ls」とは異なります。私は自分の Python コードでこのコマンドを使用しているので、完了する必要があります。進まなければならないからです。それを行う方法はありますか?
PopenPythonを使用して子プロセスを作成し、子プロセスが完了するのを待たないように見える
Popen
http://docs.python.org/library/subprocess.html