Python Subprocess Module || Python For Beginners || Python Tutorial #16

preview_player
Показать описание
You will learn about Python Subprocess Module usage in this video.

Code:

Subscribe:

Connect:

Reference Links:

Cheers
Bharath
Рекомендации по теме
Комментарии
Автор

min3:08 Cannot get it to execute. It finds subprocess.py under the right folder. But I get a FileNotFoundError: [WinError 2] The system cannot find the file specified message. Second one with shell works. But it is good thing I didn't try the rm-rf before I listen to the fact that it could wipe out my root directory.

ghyslainhubert
Автор

How to change the path of the sub process using cwd attribute

lakshmikattula
Автор

Why is it subprocess.wait() wait for few application to close but not for other
like
if you open git-bash from subprocess it will wait till you close git-bash

but if you open lets say Microsoft edge it wont wait for it close

anyone know reason?

drac