.zshrc用于赋值的不一致类型?

时间:2017-07-22 13:09:55

标签: bash mongodb zsh zshrc

我按mongodb

安装homebrew

并在.zshrc

中设置路径

export path=/usr/local/Cellar/mongodb/3.4.6/bin:$PATH

但是当我打开iTerm2时,stdout会给我这个:

bash Last login: Sat Jul 22 19:57:33 on ttys001 /Users/elsa/.zshrc:export:95: path: inconsistent type for assignment

这是什么?怎么解决呢?

1 个答案:

答案 0 :(得分:2)

小写路径应为大写。

export PATH = / usr / local / Cellar / mongodb / 3.4.6 / bin:$ PATH