I created a new user on my windows PC and can't get flutter to work on it.
Flutter and git are both installed in a shared folder (like C:\shared_programs\...
).
I made sure that both users have full access in the security properties of that folder.
I added all these to the System Path Variable:
C:\shared_programs\flutter\bin
C:\Windows\System32
C:\shared_programs\Git\cmd
When I run where git
or where flutter
, the correct paths are printed.
But when I run flutter
, it returns "Error: Unable to find git in your PATH."
Why? How do I fix this?
(I think this question is not a duplicate because this question was fixed by adding something to the path which I already did, and this question is about the where
command not working, which isn't my problem. And this one also doesn't work for me.)