未找到命令

时间:2017-12-02 00:38:48

标签: zsh jhipster macos-sierra oh-my-zsh

我想使用oh-my-zsh jhipster插件。我使用

遵循Jhipster指南
  

http://www.jhipster.tech/oh-my-zsh/

设置完所有内容后,每当我尝试使用命令jh时,它都无法正常工作。我得到回复

zsh: command not found

我不熟悉shell脚本语言。请帮帮我。

2 个答案:

答案 0 :(得分:1)

是的,您需要:

  • 安装zsh
  • 安装oh-my-zsh
  • 配置您的默认shell以使用zsh - >这很重要
  • 安装jhipster-oh-my-zsh-plugin

这里是我们为jhipster-devbox(在Ubuntu上)执行的命令:

https://github.com/jhipster/jhipster-devbox/blob/master/scripts/setup.sh#L100-L112

答案 1 :(得分:0)

你安装了zsh吗?

我不熟悉MAC,但它应该是这样的:

brew install zsh zsh-completions

这里有一些更深入的指示:

http://sourabhbajaj.com/mac-setup/iTerm/zsh.html