MacOS Catalina 10.15.4 毡惜,flutter的命令失效夸浅, 提示 zsh: command not found: flutter
據(jù)官方說泊交,從 macOS Catalina 版開始锄弱,您的 Mac 將使用 zsh 作為默認(rèn)登錄 Shell 和交互式 Shell他托。您還可以在較低版本的 macOS 中將 zsh 設(shè)置為默認(rèn) Shell颜及。
* 單次解決辦法
這種方法甩苛,只對當(dāng)前終端窗口有效,關(guān)閉之后無效了
source ~/.bash_profile
* 永久解決方法
1 俏站、執(zhí)行:【open ~/.zshrc 】
open ~/.zshrc
2 讯蒲、如果 提示文件不存在,則執(zhí)行:【vim ~/.zshrc 】新建一個新文件肄扎。
vim ~/.zshrc
3 墨林、再執(zhí)行【open ~/.bash_profile 】
open ~/.bash_profile
4 、把 bash_profile 中的內(nèi)容copy到 zshrc 文件中犯祠,保存:【:wq回車】旭等。
5 、再使用source命令重新加載一下:【source ~/.zshrc】,下次再編輯這個文件就可以直接執(zhí)行:【open ~/.zshrc】
source ~/.zshrc
6 衡载、運行【flutter -h 】看生效沒有
flutter -h