-bash: Flutter: Command Not Found


Answer :

So you are in the Mac OS right? Try inserting single quotes OR double quotes around the file path like below. It's better to work like this with file paths in source files. :)

export PATH="/Users/carsoncarbery/development/tools/flutter/bin":$PATH 

or

export PATH='/Users/carsoncarbery/development/tools/flutter/bin':$PATH 

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?