Passing a password to Python subprocess

后端 未结 0 1193
情深已故
情深已故 2021-02-02 12:00

I am trying to install a few programs with Homebrew as a Python subprocess.

My code looks like this:

from subprocess import call
call(f"brew cask inst         


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