Launching a cli server as background process in OSX

Mark Wieder ahsoftware at sonic.net
Wed Jul 31 22:16:12 EDT 2019


On 7/31/19 6:04 PM, Richard Gaskin via use-livecode wrote:
> What works in Terminal generally works in LC's shell function.

But not always. It's not a login shell, so the environment variables may 
well be different.

David - did you brew-install hugo? If so then my guess is that you need 
to provide access to brew for the shell command. Maybe something like

set the shellcommand to "/bin/bash"
get shell("source ~/.bash_profile ; hugo server ")

-- 
  Mark Wieder
  ahsoftware at gmail.com




More information about the use-livecode mailing list