-
Notifications
You must be signed in to change notification settings - Fork 105
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
How to access binaries in the users PATH
from RawCommandServerDefinition
#275
Comments
Ehm. do you have |
I use
In my |
Nope, java takes raw path variable, cause it runs process without any shell. You could try to run node via macos analogue of windows' |
PATH should lead to directory, not a file |
@nixel2007 thanks for your answer.
Yes sorry only this part is in my
I am not sure what Ok this is harder than I thought. I think the only solution is to add a config so users can add a path to a node binary 😕 I also tried this:
or a similar approach with the |
Try zsh instead of sh in process builder |
Same result. Always
With the |
Facing a similar issue, I've noticed that when I start IntelliJ from command line I have access to the full PATH defined in my |
Description:
First of all, thanks for the great work!
I was wondering about what is available in the
PATH
for theRawCommandServerDefinition
.This is my
PreloadingActivity
:If I launch Idea with my plugin installed, I get this error:
As a workaround I can put the absolute path to a
node
binary instead of node, but this will only work on my machine.Another solution could be, adding a configuration so users will have to put the path to theirs
node
binary into my plugins config.What do you think?
Steps to reproduce:
node
.Affected Versions:
0.95.0
OS, DB, other environment details and versions:
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):
The text was updated successfully, but these errors were encountered: