我需要
shell=True在check_call中指定。
subprocess.check_call('npm --help', shell=True)subprocess.check_call('yuidoc --help', shell=True)
我需要
shell=True在check_call中指定。
subprocess.check_call('npm --help', shell=True)subprocess.check_call('yuidoc --help', shell=True)