command not found: flutter
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
export PATH=/Users/fengxiangfei/temp/flutter/bin:$PATH
也重啟過,也source 過, 下載的jdk 穩定版mac最新1.9 ,為啥還是提示
zsh: command not found: flutter?
2020-06-19
你使用的是zsh , 檢查下zsh的配置文件 ,或者直接配置到 ~/.zshrc文件中?
2019-09-25
flutter中文網中說道:如果你使用的是zsh,終端啟動時?
~/.bash_profile
?將不會被加載,解決辦法就是修改?~/.zshrc
?,在其中添加:source ~/.bash_profile