Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在关注安装 dsbulk loader 的官方文档,但徒劳无功。在文档中,它说下载并安装,但所指示的只是下载并解压缩 zip 文件。但是,在任何下载和提取它的目录中键入dsbulk都不起作用。我收到一个错误: zsh: command not found: dsbulk
dsbulk
zsh: command not found: dsbulk
要以这种方式使用它,只需将提取它的目录放入PATH变量中,如下所示:
PATH
export PATH=directory_with_dsbulk/bin:$PATH
或使用完整路径名来运行它,例如:
directory_with_dsbulk/bin/dsbulk ...options...