Page 1 of 1

Command Line Tools location on a Mac

Posted: Fri Mar 05, 2021 3:57 pm
by chrisclarke
I've got DOM 2.14.47 installed on a Mac but I'm not able to run any of the command line tools. I'm just getting the below in Treminal:

-bash: dcpomatic2_create: command not found

Is there anything additonal needed to set these up? What's the full path for these?

thanks,

Chris

Re: Command Line Tools location on a Mac

Posted: Fri Mar 05, 2021 4:23 pm
by carl
Hi Chris,
They're in "DCP-o-matic 2.app/Content/MacOS" so if you've installed the .app in /Applications you should find that

Code: Select all

/Applications/DCP-o-matic\ 2.app/Contents/MacOS/dcpomatic2_create
will work. I'm open for suggestions about how command-line tools are best installed on macOS!