mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-11 06:09:42 -05:00
site_config.json
配置文件,缺少了 executable 字段。 在 plugins 字段后面添加 executable 配置就可以正常工作
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"executable": {
|
||||
"python": "python3",
|
||||
"pip": "pip3"
|
||||
},
|
||||
"plugins": {
|
||||
"teedoc-plugin-markdown-parser":{
|
||||
"from": "pypi",
|
||||
@@ -93,4 +97,4 @@
|
||||
"User-agent": "*"
|
||||
},
|
||||
"layout_root_dir": "layout"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user