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
也重啟過(guò),也source 過(guò), 下載的jdk 穩(wěn)定版mac最新1.9 ,為啥還是提示
zsh: command not found: flutter?
2020-06-19
你使用的是zsh , 檢查下zsh的配置文件 ,或者直接配置到 ~/.zshrc文件中?
2019-09-25
flutter中文網(wǎng)中說(shuō)道:如果你使用的是zsh,終端啟動(dòng)時(shí)?
~/.bash_profile
?將不會(huì)被加載,解決辦法就是修改?~/.zshrc
?,在其中添加:source ~/.bash_profile