-
Notifications
You must be signed in to change notification settings - Fork 7
Description
使用pkg安装提示成功,但是应用程序找不到图标,是还没考虑实现图形界面么? 命令搜索本地发现安装位置在/usr/local/下面,这里默认不加环境变量的,要手动加环境变量或者要使用绝对路径才能运行
但是 mindx start命令不存在, 这可能是编译的问题了
MacBook-Pro$ /usr/local/mindx/bin/mindx start
Error: unknown command "start" for "mindx"
Run 'mindx --help' for usage.
Error: unknown command "start" for "mindx"
MacBook-Pro$ /usr/local/mindx/bin/mindx --help
cli.root.long
Usage:
mindx [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
dashboard cli.dashboard.short
help Help about any command
kernel cli.kernel.short
model cli.model.short
send Send a message to MindX
skill cli.skill.short
train cli.train.short
tui cli.tui.short
version Show MindX version
Flags:
-h, --help help for mindx
Use "mindx [command] --help" for more information about a command.
MacBook-Pro$ /usr/local/mindx/bin/mindx version
MindX version: v1.0.4
没法往下测试了,我有空本地编译看看