在终端调用Flutter相关命令(例如flutter doctor)时报错zsh: command not found: flutter
报错原因是配置路径出问题了
终端输入
source ~/.bash_profile
之后即可正常调用flutter命令
在终端调用Flutter相关命令(例如flutter doctor)时报错zsh: command not found: flutter
报错原因是配置路径出问题了
终端输入
source ~/.bash_profile
之后即可正常调用flutter命令