gpt4 book ai didi

python - Fabric 命名空间需要一个 fabfile

转载 作者:太空狗 更新时间:2023-10-30 02:33:59 24 4
gpt4 key购买 nike

我正在学习 Fabric Namespaces 上的基础教程.

我希望做类似于 Structuring a fabric project with namespaces 的事情

我的 __init__.py 文件看起来:

from fabric.api import task

@task
def abc():
pass

当我运行 fab --list 时出现此错误:

me@galvatron:/tmp/fabric_test$ fab --list

Fatal error: Couldn't find any fabfiles!

Remember that -f can be used to specify fabfile path, and use -h for help.

Aborting.

谁能告诉我我遗漏了什么或做错了什么?

最佳答案

文件夹仍需命名为fabfile,如per the docs ,除非您指定:

$ fab -f myfolder -l

关于python - Fabric 命名空间需要一个 fabfile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10806399/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com