Horje
zsh: command not found: flutter Code Example
zsh: command not found: flutter
#Set environment $PATH of flutter
1- Open the file $HOME/.zshrc 
2- Add the following line in the opened file:
export PATH="$PATH:/YOUR_FLUTTER_DIR/flutter/bin"
3- Save changes and restart your terminal
add flutter to path mac permanently
Open Terminal
nano ~/.zshrc
Add: export PATH=[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin:$PATH 
Run: source ~/.zshrc
restart terminal
Run: flutter doctor -v
zsh: command not found
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH




Shell

Related
install xdotool ubuntu Code Example install xdotool ubuntu Code Example
heroku download database Code Example heroku download database Code Example
install geth in ubuntu Code Example install geth in ubuntu Code Example
apt remove ppa Code Example apt remove ppa Code Example
pip install lightgbm Code Example pip install lightgbm Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11