-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
a.get-startedRelates to the Getting Started section of docs.flutter.devRelates to the Getting Started section of docs.flutter.deve1-hoursEffort: < 8 hrsEffort: < 8 hrsp1-highMajor but not urgent concern: Resolve in months. Update each month.Major but not urgent concern: Resolve in months. Update each month.
Description
The official instructions recommend using .zshenv to set the PATH variable, but this doesn't work on macOS because something called path_helper runs after .zshenv and overwrites the PATH variable:
More details here: https://gist.github.com/Linerre/f11ad4a6a934dcf01ee8415c9457e7b2
Docs page: https://docs.flutter.dev/install/add-to-path#macos
We should recommend setting the PATH variable in .zprofile instead (for macOS).
mrverdant13
Metadata
Metadata
Assignees
Labels
a.get-startedRelates to the Getting Started section of docs.flutter.devRelates to the Getting Started section of docs.flutter.deve1-hoursEffort: < 8 hrsEffort: < 8 hrsp1-highMajor but not urgent concern: Resolve in months. Update each month.Major but not urgent concern: Resolve in months. Update each month.