i need to setup flutter as my PATH for that i have written this in /home/.bashrc
export FLUTTER='/media/burhan/Burhan SSD/Goggle/Flutter'
and when i run echo $PATH in terminal it give me this output
/media/burhan/Burhan SSD/Goggle/Flutter/SDK/Linux/Stable/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin
but when try to run which flutter it dosen't work
I just set the path of flutter,
Popular Ranking
Popular Events
i need to setup flutter as my PATH for that i have written this in /home/.bashrc
export FLUTTER='/media/burhan/Burhan SSD/Goggle/Flutter'
and when i run echo $PATH in terminal it give me this output
/media/burhan/Burhan SSD/Goggle/Flutter/SDK/Linux/Stable/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin
but when try to run which flutter it dosen't work