“ZSH: Comando no encontrado: Flutter” Código de respuesta

ZSH: Comando no encontrado: 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
Snippets

Agregue Flutter a Path Mac de forma permanente

Open Terminal
nano ~/.zshrc
Add: export PATH=[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin:$PATH 
Run: source ~/.zshrc
restart terminal
Run: flutter doctor -v
vettiyankan

ZSH: Comando no encontrado

PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH
Dead Deer

Respuestas similares a “ZSH: Comando no encontrado: Flutter”

Preguntas similares a “ZSH: Comando no encontrado: Flutter”

Más respuestas relacionadas con “ZSH: Comando no encontrado: Flutter” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código