-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

Chemistry - Bond Angles In NH3 And NCl3

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Change The Font Size Of Visual Studio Solution Explorer