[Seek Help] How to set enviroment varaible and path for Flutter
Tofloor
poster avatar
burhankhanzada
deepin
2021-09-06 07:32
Author

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'

export PUB_CACHE="$Flutter/Pub/Cache"

export PATH="$FLUTTER/SDK/Linux/Stable/bin:$PATH"

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 

 

Reply Favorite View the author
All Replies
Hello
deepin
2021-09-06 07:53
#1

I just set the path of flutter,

Reply View the author