Skip to content

Document that ~ in flutter path name leads to Can't find flutter on PATH#333

Open
samhedin wants to merge 1 commit into
Tensegritics:mainfrom
samhedin:patch-1
Open

Document that ~ in flutter path name leads to Can't find flutter on PATH#333
samhedin wants to merge 1 commit into
Tensegritics:mainfrom
samhedin:patch-1

Conversation

@samhedin

@samhedin samhedin commented Dec 26, 2024

Copy link
Copy Markdown

Just had the issue when setting up on a new computer. User also had the issue here: #175

Just had the issue when setting up on a new computer. Users also had the issue here: Tensegritics#175
@cgrand

cgrand commented Dec 26, 2024

Copy link
Copy Markdown
Contributor

I don't think it's specific to Flutter: ~ is not expanded in variables. It's just some globbing performed on literal unquoted arguments by the shell.

@samhedin

Copy link
Copy Markdown
Author

My regular shell found flutter when ~ was part of the path in .bashrc, but cljd didn't.
I agree that it's probably better practice to use $HOME but even the flutter docs use ~ so copy pasting from there will lead to this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants