Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter : line 33: sed: command not found

Tags:

flutter

I was going through the installation steps of Flutter

I have done all the steps which are given for MAC

but when running flutter command, it is showing

/Users/mac005/sdk/bin/flutter: line 33: sed: command not found
like image 880
Ravi Avatar asked Apr 06 '26 03:04

Ravi


1 Answers

There was issue with path setting.

I was doing

export PATH=`pwd`/flutter/bin

So it was not able to recognize any other command in terminal.

Actual command was

export PATH=`pwd`/flutter/bin:$PATH
like image 89
Ravi Avatar answered Apr 08 '26 17:04

Ravi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!