--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/b0732567-8edf-4a4d-bcbf-386dae16a2ef%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/9ca97ca6-e9c8-4fad-a425-091f184dc4bc%40googlegroups.com.
.) I run the command: vim .bash_profile
2.) paste the following command:
export PATH=“/Users/shantanukumar/Desktop/flutter/bin:$PATH”
3.) Hit esc, then :wq and Enter
4.) echo $PATH
OUTPUT: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin
5.) somehow it is not referring to the correct path.
What am I doing wrong here ?
I tried running in bash also but same result.
In terminal typeecho $PATHto see the effect of .bash_profile change (share the output). You might need to run “bash” before running it and flutter command.
On Thu, Apr 23, 2020 at 13:55 Shantanu Kumar <shant...@gmail.com> wrote:
1.) I downloaded and unzipped the flutter zip file on Desktop.2.) I start the terminal and change from 'zsh' to 'bash' by the command 'exec bash'.3.) Then I run the command vim .bash_profile4.) Press 'i', paste the export command: export PATH=/Users/shantanukumar/Desktop/flutter/bin:$PATH5.) Hit ESC once, then command: :wq6.) Returns to the terminal. I quit and start the terminal again.7.) Then I run: flutter doctor8.) It shows: bash: flutter: command not found9.)Please assist as I have to start working on this ASAP.--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.
.) I run the command: vim .bash_profile
2.) paste the following command:
export PATH=“/Users/shantanukumar/Desktop/flutter/bin:$PATH”
3.) Hit esc, then :wq and Enter
4.) echo $PATH
OUTPUT: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin
5.) somehow it is not referring to the correct path.
What am I doing wrong here ?
I tried running in bash also but same result.
I also faced this kind of issue.it's related to your path.please set path properly inside .bash_profile file.Please check with echo $path in terminal. it'll flutter sdk path is showing or not.
On Fri, Apr 24, 2020 at 10:51 AM Igor Karelin <ikar...@gmail.com> wrote:
https://flutter-net.com/2020/03/25/setup-flutter-developer-environment-on-mac/--
On Thursday, April 23, 2020 at 8:55:49 PM UTC+3, Shantanu Kumar wrote:1.) I downloaded and unzipped the flutter zip file on Desktop.2.) I start the terminal and change from 'zsh' to 'bash' by the command 'exec bash'.3.) Then I run the command vim .bash_profile4.) Press 'i', paste the export command: export PATH=/Users/shantanukumar/Desktop/flutter/bin:$PATH5.) Hit ESC once, then command: :wq6.) Returns to the terminal. I quit and start the terminal again.7.) Then I run: flutter doctor8.) It shows: bash: flutter: command not found9.)Please assist as I have to start working on this ASAP.
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/9ca97ca6-e9c8-4fad-a425-091f184dc4bc%40googlegroups.com.
.) I run the command: vim .bash_profile
2.) paste the following command:
export PATH=“/Users/shantanukumar/Desktop/flutter/bin:$PATH”
3.) Hit esc, then :wq and Enter
4.) echo $PATH
OUTPUT: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin
5.) somehow it is not referring to the correct path.
What am I doing wrong here ?
I tried running in bash also but same result.
Hi,This is the common issue. I'm faced this issue. Kindly set the correct path of flutter SDK. If you have any issue please let me know.
On Thu, 23 Apr 2020, 23:25 Shantanu Kumar, <shant...@gmail.com> wrote:
1.) I downloaded and unzipped the flutter zip file on Desktop.--2.) I start the terminal and change from 'zsh' to 'bash' by the command 'exec bash'.3.) Then I run the command vim .bash_profile4.) Press 'i', paste the export command: export PATH=/Users/shantanukumar/Desktop/flutter/bin:$PATH5.) Hit ESC once, then command: :wq6.) Returns to the terminal. I quit and start the terminal again.7.) Then I run: flutter doctor8.) It shows: bash: flutter: command not found9.)Please assist as I have to start working on this ASAP.
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.
source .bash_profile
Before running flutter
Then run which flutter to see flutter is installed or not