flutter

-bash: flutter: command not found


I'm installing flutter, have followed all the steps in the documentation and also a online course and have set the Path in my .bash_profile file, however every time I try to run a Flutter command I get the error:

-bash: flutter: command not found

enter image description here

Above screen shot of my .bash_profile file.

Here's what I am trying to run:

Carsons-MBP:~ carsoncarbery$ flutter doctor

-bash: flutter: command not found

Carsons-MBP:~ carsoncarbery$ echo $PATH

/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:Users/carsoncarbery/development/tools/flutter/bin

My flutter folder is in this directory:

Users/carsoncarbery/development/tools/

Solution

  • Thanks to pskink who solved this one for me. It should've been:

    /users/
    

    instead of:

    users/