我想通过python脚本执行过程执行此yo模板生成器过程

时间:2018-07-18 09:43:40

标签: python-2.7 terminal subprocess

Problem explaining image

请参见上方的图片链接

问题

  I want to execute "$ yo hyperledger-composer:businessnetwork" command from the python script file to generate a hyperledger business network template. 

从ubutnu终端执行“ yo hyperledger-composer:businessnetwork”时,需要在终端中多次输入才能成功完成执行过程。

我到目前为止所做的事情

from subprocess import call
call('yo hyperledger-composer:businessnetwork', shell=True)

但这不能让我从python脚本中注入所需的输入。

我需要有关如何执行此操作的帮助。由于我是python的新手,所以希望工作代码是一个帮助而不是术语。

0 个答案:

没有答案