Flutter command not found

前端 未结 30 1453
独厮守ぢ
独厮守ぢ 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条回答
  •  旧时难觅i
    2020-11-29 17:23

    Just revert to chsh -s /bin/bash from chsh -s /bin/zsh,

    Run one command

    chsh -s /bin/bash
    

    Your facing this problem just because of you have change shell from /bash to /zsh in macOs. If you run this command again it will change the path again. So just run one command and problem solve.

提交回复
热议问题