根据提示找到lib中的subprocess.py文件(比如小编的就是 D:\soft2\python\Pythonfiles\lib\subprocess.py) ,查找class Popen模块,再将这个模块中的 init函数中的shell = False 改成shell = True