今までターミナルはnode.jsのgulpを走らせるのだけに使っていたのですが、
先日flutterを勉強するのに、flutter用の環境構築をしたところ、以下のようなエラーが出るようになってしまいました。
この記事を参考に、/Users/yuma/のディレクトリにflutterを配置して、パスを通す作業をしました。
https://note.com/hatchoutschool/n/n9846d3b90a02
You have new mail.
-bash: /Users/yuma/.bash_profile: line 5: syntax error: unexpected end of file
The default interactive shell is now zsh.
To update your account to use zsh, please run chsh -s /bin/zsh
.
問題のbash_profileは以下の通りになっています。
if [ -f ~/.bashrc ] ; then . ~/.bashrc fiexport PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/xxxxx/.nodebrew/current/bin:/ユーザ/yuma/.nodebrew/current/bin:/Users/xxxxx/.nodebrew/current/bin:/Users/yuma/.nodebrew/current/bin:/Users/yuma/flutter/bin export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/yuma/flutter/bin export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/yuma/flutter/bin export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/yuma/flutter/bin
初めて開いたファイルなので、あまり知識もないまま触るのも嫌でしたので、質問させていただきました。
exportが連呼されてたりと、見た感じ違和感はあるのですが、、
どのように対処したらいいでしょうか?よろしくお願いいたします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/01 13:12 編集
2020/09/01 13:13
2020/09/01 13:14