flutter的命令失效牲距, 提示 zsh: command not found: flutter
解決辦法:
1 羹膳、執(zhí)行:【open ~/.zshrc 】
open ~/.zshrc
2糯耍、如果 提示文件不存在砰诵,則執(zhí)行:【vim ~/.zshrc 】新建一個(gè)新文件
vim ~/.zshrc
3掂器、新建窗口再執(zhí)行【open ~/.bash_profile 】
open ~/.bash_profile
4、把 打開(kāi)的bash_profile 中的內(nèi)容copy到 上一個(gè)窗口新建的zshrc 文件中丢烘,保存:
【:wq回車】
5钻心、再使用source命令重新加載一下:【source ~/.zshrc】,下次再編輯這個(gè)文件就可以直接執(zhí)行:【open ~/.zshrc】
source ~/.zshrc
6、運(yùn)行【flutter -h 】看是否生效
flutter -h