Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

samhedin
Copy link

@samhedin samhedin commented Dec 26, 2024

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
Copy link
Contributor

cgrand commented Dec 26, 2024

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
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