Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Make LaTeXit work on 10.5' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Make LaTeXit work on 10.5
Authored by: grahamdennis on Wed, Jan 2 2008 at 3:09PM PST
I was having the same problem on my laptop when I installed Leopard, but not on my desktop, and I didn't change /etc/profile on either. Further investigation (with the help of your comment) showed that the problem was that I had /opt/local/bin at the start of my PATH in my ~/.profile file on the laptop (this is what MacPorts suggests as a default), while on my desktop I had previously decided this was a bad idea, and put it at the end of my PATH variable.

Putting /opt/local/bin after the standard PATH in my ~/.profile file on the laptop fixed the problem (after logging out). It seems that /usr/libexec/path_helper reads the ~/.profile file, and I believe the reason your fix corrected the problem was that it basically amounted to putting /opt/local/bin after /bin, /usr/bin, etc.

Cheers,
Graham

[ Reply to This | # ]
10.5: Make LaTeXit work on 10.5
Authored by: autumnmist on Thu, Jan 17 2008 at 8:59PM PST
This is indeed the way to fix things.

[ Reply to This | # ]