简体   繁体   English

在“.zshrc”文件中给出路径后的“zsh: command not found: flutter”

[英]“zsh: command not found: flutter” after the path is given in “.zshrc” file

So, I did all the steps correctly, but still I'm getting the error.所以,我正确地完成了所有步骤,但仍然出现错误。 I had googled for solution, still no answer is found for this problem.我已经用谷歌搜索了解决方案,仍然没有找到这个问题的答案。 By default my Mac uses zsh .默认情况下,我的 Mac 使用zsh export PATH="$PATH: /Users/venkateshmunaga/Developer/flutter/bin" is the command I have give in the .zshrc file. export PATH="$PATH: /Users/venkateshmunaga/Developer/flutter/bin"是我在.zshrc文件中给出的命令。 enter image description here在此处输入图像描述

And also I have downloaded flutter using the zip file我还使用 zip 文件下载了 flutter

Just remove the space between colon and slash.只需删除冒号和斜线之间的空格。 :) :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM