Reputation: 11
I am not able to install flutter on my mac book.
There is no problem entering the SDK. But after that is the problem. Run the terminal app and enter the path. I watch lectures, watch YouTube, and follow them, but I can't.
i changed "bash -> zsh", and write 'vim ~/.zshrc'
and enter, but see a message like the one below.
what is the problem?....
Upvotes: 1
Views: 34
Reputation: 3548
VIM created a .swp file so you can't open two instances of the same file.
You may want to use nano
command which is less complex to use than VIM to update your path in your .zshrc file
Upvotes: 1