subprocess.run() doesn't return any output

前端 未结 0 809
说谎
说谎 2021-02-10 18:44

I can\'t figure out why my code doesn\'t return any output. I\'m running python 3.8

bash_command = [\'compgen\', \'-c\']
process = subprocess.run(bash_command,
           


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