シェルで複数のコマンドを実行したい。したがって、すべてのコマンドを1つのシェルに対して順番に実行する必要があるため、パイプを選択して実行します。
私はすでにコマンドを実行する1つのパイプを持っています、今私はコマンドを実行するために別のパイプを作成したいです、私がやろうとすると、pythonはこの行で私にエラーを与えます
self.__subprocess = Popen(self._command, stdin=PIPE, stdout=PIPE)
エラー:
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory