On Mac, especially 10.11.x (with SIP enabled) , most user
installations MUST go into "/usr/local/bin".
So adjust the LC global $PATH to shell's $PATH. Minimal:

on preopenstack
  put "/usr/local/bin:" before $PATH
  -- put ":/usr/local/bin" after $PATH
end preopenstack

The second line prefers "system installations" before "user installations".

[Is it worth an enhancement request to add "/usr/local/bin" by default
to LC's global $PATH on Mac?]



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Running-Node-or-any-unix-cmd-line-program-from-Shell-from-a-LC-Stack-tp4704464p4704469.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to