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?
source ~/.zshrc
你使用的是zsh , 检查下zsh的配置文件 ,或者直接配置到 ~/.zshrc文件中
flutter中文网中说道:如果你使用的是zsh,终端启动时 ~/.bash_profile
将不会被加载,解决办法就是修改 ~/.zshrc
,在其中添加:source ~/.bash_profile