Flutter command not found

前端 未结 30 1341
独厮守ぢ
独厮守ぢ 2020-11-29 16:54
bash: flutter: command not found

Apparently, none of the flutter commands are working on the terminal of an android studio which I believe I am tryi

30条回答
  •  一整个雨季
    2020-11-29 17:26

    if u meet this error in macOS, and install zsh, I am solved in this way

    1. in .zshrc file
    2. export path dont use ~/xxx/bin, use /xxx/xxx/xxxx/bin
    3. source .zshrc

提交回复
热议问题