What's the difference between subprocess.run(shell=False) and subprocess.run(shell=True)?

后端 未结 0 497
广开言路
广开言路 2020-12-20 01:55

I have seen the two ways of executing a subprocess in python using the subprocess module...In shell is True we can just pass the entire command as a string...which seems con

相关标签:
回答
  • 消灭零回复
提交回复
热议问题