all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Inferior process mystery
@ 2012-04-25 14:46 Dave Abrahams
  2012-04-25 15:21 ` Andreas Schwab
  2012-04-25 15:32 ` Stefan Monnier
  0 siblings, 2 replies; 8+ messages in thread
From: Dave Abrahams @ 2012-04-25 14:46 UTC (permalink / raw)
  To: emacs-devel


Any of the following will launch /opt/local/bin/python, which is in my
PATH:

 * `M-! python RET'
 * `M-! python& RET'
 * `M-x shell RET python RET'
 * `C-u M-x run-python RET env python RET'

However, although the variable `python-command' has the value "python",
either of these will launch /usr/bin/python:

 * `M-x run-python'
 * `C-u M-x run-python RET python RET'

I'm at a loss to explain why python-command is not selecting the same
Python that's in my PATH and run by env.  Can someone explain why this
is happening?

Many thanks in advance,

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-04-26 16:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-25 14:46 Inferior process mystery Dave Abrahams
2012-04-25 15:21 ` Andreas Schwab
2012-04-25 17:20   ` Dave Abrahams
2012-04-25 18:02     ` Andreas Schwab
2012-04-25 19:15       ` Ivan Andrus
2012-04-26  2:21         ` John Wiegley
2012-04-26 16:17       ` Dave Abrahams
2012-04-25 15:32 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.