|
From: | Ben Hyde |
Subject: | confused about PATH seeings in my shell |
Date: | Mon, 09 Jan 2017 11:36:34 -0500 |
This is kind of embarrassing, but here goes.
Consider to scenarios:
In emacs
A.1) M-x find-file /address@hidden
A.2) M-x shell
A.3) echo $PATH
v.s.
In a terminal session
B.1) ssh address@hidden
B.2) echo $PATH
The PATH is different. Why? For example, is one a login shell and the other isn’t?
Possibly with the help of a /bin/sh usage around A.1
I’m confused
[Prev in Thread] | Current Thread | [Next in Thread] |