harmony-api
harmony-api copied to clipboard
Launchd and PATH variable
I'm having an issue with the install script. I see it creates the plist file setting the PATH variable to this:
<key>PATH</key> <string>/usr/local/bin/:/usr/bin:$PATH</string>
Problem is, $PATH is not resolved since launchd is not able to resolve variables. This causes the execution of the command to not find "forever". I could hardcode my path to node but that doesn't look like a neat fix. Any ideas?
OSX Version: 10.12.3 (Sierra)