.zshrc 分配类型不一致?
.zshrc inconsistent type for assignment?
我使用 homebrew
安装 MongoDB
并在.zshrc
内设置路径:
export path=/usr/local/Cellar/mongodb/3.4.6/bin:$PATH
但是当我打开 iTerm2
时,stdout
给我这个:
Last login: Sat Jul 22 19:57:33 on ttys001
/Users/elsa/.zshrc:export:95: path: inconsistent type for assignment
这是什么?如何解决?
小写路径应该大写
导出路径=/usr/local/Cellar/mongodb/3.4.6/bin:$路径
我使用 homebrew
MongoDB
并在.zshrc
内设置路径:
export path=/usr/local/Cellar/mongodb/3.4.6/bin:$PATH
但是当我打开 iTerm2
时,stdout
给我这个:
Last login: Sat Jul 22 19:57:33 on ttys001
/Users/elsa/.zshrc:export:95: path: inconsistent type for assignment
这是什么?如何解决?
小写路径应该大写
导出路径=/usr/local/Cellar/mongodb/3.4.6/bin:$路径