How do I use subprocess.run with pyinstaller?

前端 未结 0 962
面向向阳花
面向向阳花 2021-02-15 01:32

I have a script that uses subprocess.run in this manner:

from subprocess import run
p1 = run(command, shell=True, capture_output=True, text=True)


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