问题
执行 subprocess.run(command, check=True) 时报错
File "C:\Users\xxx\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_childhp, ht, pid, tid = _winapi.CreateProcess(executable, args,FileNotFoundError:[WinError 2]系统找不到指定的文件。
解决
我们需要找到subprocess.py 找到poper类修改里面的shell=False 为 shell=True