Re: Updating Bison
Re: Updating Bison
- Subject: Re: Updating Bison
- From: Jens Alfke <email@hidden>
- Date: Thu, 10 Apr 2014 10:52:07 -0700
On Apr 10, 2014, at 10:05 AM, Fritz Anderson < email@hidden> wrote: (Unless the Xcode build system uses its own $PATH?)
It doesn’t, but it does use bash. If you use a different shell, like csh or zsh, then the $PATH you set up in your initialization script won’t take effect in scripts run from Xcode (or from any other app except Terminal, for that matter.)
The fix is to create a ~/.bashrc file that sets up your $PATH the way you want it, something like export PATH=/usr/local/bin:$PATH
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden