Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

When launched from the Mac dock, environment variables from non-default shells aren't used #735

Closed
ianloic opened this issue Jan 29, 2016 · 1 comment

Comments

@ianloic
Copy link
Contributor

ianloic commented Jan 29, 2016

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

@ianloic ianloic closed this as completed Jan 29, 2016
@ianloic
Copy link
Contributor Author

ianloic commented Jan 29, 2016

dupe of #467

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant