zsh: command not found:
错误一:
- 在
~
下新建了一个.bashe_profile
- 配置了一个环境变量
- 执行了
source ~/.bash_profile
- 报错信息:
-
Users/mac126/.bash_profile:export:3: not valid in this context: /Users/cmac126/Documents/project/flutter/bin:/bin:/usr/bin:/usr/local/bin
错误二:
- 修改了
~/.zshrc
- 在最后添加了一行
source ~/.bash_profile
- 所有新开启的命令行都会报上面那个错误
- 所有命令都不能用了.
错误三:
- 放在了第一行
- 虽然能运行起来
- 发现找不到
.bash_profile
这个文件 cat ~/.bash_profile
可以正常输出文件- 但是在
zsh
被开启的时候, 就找不到这个文件了
解决方法
命令行直接输入
PATH=