我想在我的程序中使用行为库。我在行为教程中编写代码。但是,当我“运行”我的教程项目时,我在 PyCharm 控制台中看到:
C:\Python27\virtualenv\Scripts\python.exe "C:/Program Files (x86)/JetBrains/PyCharmProjects/tutorial/steps/tutorial.py"
Process finished with exit code 0
我认为我必须使用 behavior.exe 来运行我的项目:
C:\Python27\virtualenv\Scripts\behave.exe
如何得到它?