Created
March 27, 2024 22:36
-
-
Save MianJawadAhmad/265927d792857e20e060f5db6ca722fd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Flutter command not found | |
Instead of this: | |
export PATH=Users/apple/development/flutter/bin:$PATH | |
Use this: | |
export PATH=$HOME/development/flutter/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment