bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7923: 23.2; Shell PATH environment variable problem


From: Stefan Monnier
Subject: bug#7923: 23.2; Shell PATH environment variable problem
Date: Wed, 26 Jan 2011 23:10:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> from MacTeX-2010.  I noticed that tex programs were in the PATH in a
> terminal shell, but not in an emacs shell.  Ultimately, I discovered

IIUC the difference is because Terminal.app runs the shell as a login
shell (which is a somewhat unusual choice, for an old Unix guy), whereas
Emacs's M-x shell doesn't.

You can make your .bashrc to source /etc/profile.

Tho maybe your better choice will be to try and make Emacs's own PATH to
be set properly (i.e. have it run your path_helper somehow).


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]