You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
In my case I'm using /bin/zsh and dart can't be found when running the flutter tools.
Basically apps launched through the dock (and probably spotlight) are launched via launchd which doesn't invoke the user's shell. This is a common issue:
Thus far atom-dart has worked around this by invoking processes via /bin/bash on Mac. This doesn't do me any good. I'm working on a change that will use $SHELL rather than "/bin/bash".
The text was updated successfully, but these errors were encountered:
In my case I'm using
/bin/zsh
and dart can't be found when running the flutter tools.Basically apps launched through the dock (and probably spotlight) are launched via launchd which doesn't invoke the user's shell. This is a common issue:
Thus far atom-dart has worked around this by invoking processes via
/bin/bash
on Mac. This doesn't do me any good. I'm working on a change that will use$SHELL
rather than"/bin/bash"
.The text was updated successfully, but these errors were encountered: