Running Node (or any unix cmd line program) from Shell from a LC Stack

-hh hh at hh.on-rev.com
Sun May 8 18:06:59 EDT 2016


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.




More information about the use-livecode mailing list