Re: NSTask: how to launch a binary as if I launched it via terminal?
Re: NSTask: how to launch a binary as if I launched it via terminal?
- Subject: Re: NSTask: how to launch a binary as if I launched it via terminal?
- From: Bryan Vines <email@hidden>
- Date: Mon, 14 Apr 2014 10:43:48 -0500
Colas,
If my previous code snippet doesn’t work with pdflatex, NSTask has a -setEnvironment method; it may allow you to set your task’s environment variables.
—
Bryan Vines
On Apr 14, 2014, at 10:40 AM, Colas <email@hidden> wrote:
> My problem is that I want to launch pdflatex with the -shell-escape option. This option allows pdflatex to launch itself other programs. But, when pdflatex, in this context (I mean, launched via NSTask), tries to launch gnu plot, it fails. Whereas the same commands, typed in a terminal, succeed.
>
> My guess (and others’) is that it is a problem of environment variables.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden