> My recommendation is the same as that from Kaspar Daniel Hansen:
> record indispensable environment variables in ~/.MacOS/
> environment.plist! And be aware that changes to the system need to be
> recorded there too. Apple describes the file here: http://
> developer.apple.com/qa/qa2001/qa1067.html.
> You can create ~/.MacOS/environment.plist with:
>
> mkdir ~/.MacOSX
> defaults write ${HOME}/.MacOSX/environment "PATH" $PATH
>
Thanks to both of you, Peter and Kaspar! I only had the $PATH variable
set up in my .zshrc file, not in .MacOSX/environment.plist. Everything
works great now :)
> When you re-launch Aquamacs Emacs, I think no log-out is needed, it
> is served with information from the file.
>
Did need to log out before it started working, though.
--~--~---------~--~----~------------~-------~--~----~
"Carbon Emacs" group mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---