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

Not work for Alfred 3.4.1 & osx 10.12.6 #1

Closed
KamisamaJin opened this issue Sep 1, 2017 · 2 comments
Closed

Not work for Alfred 3.4.1 & osx 10.12.6 #1

KamisamaJin opened this issue Sep 1, 2017 · 2 comments

Comments

@KamisamaJin
Copy link

Debug console output: /run.sh:13: command not found: insect
but I've installed insect,
so I tried to add this line:

PATH=$($(echo $SHELL) -ic 'echo $PATH'):/usr/local/bin:$PATH

it works.

@aviaryan
Copy link
Owner

aviaryan commented Sep 1, 2017

Can you access insect from the bash shell normally? What about zsh?

Repository owner deleted a comment from anandsinghs257 Sep 1, 2017
@aviaryan
Copy link
Owner

aviaryan commented Sep 1, 2017

Thank you @KamisamaJin. Explicitly adding local/bin in the PATH seems like a good idea and has no harm. I went ahead and pushed the patch under master. Workflow has been updated now. 👏

@anandsinghs257 Apologies, I deleted your comment by mistake. Please check if the fix is working for you and revert back if any issues. I will be glad to assist you with it. (GitHub seriously needs to add a confirmation before they delete the message)

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

No branches or pull requests

2 participants