Re: Env var on the fly
- From: Andrew Sackville-West <andrew@xxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 29 Sep 2007 08:57:30 -0700
On Sat, Sep 29, 2007 at 08:23:59AM -0700, Francesco Pietra wrote:
Having defined (in my .bashrc) the environmental variables for computing suites
X and Y (PATH to them) it happens - because of some bug in X - that on running
certain programs of Y, executables of X are called (and of course not found).
If I undefine the env var X, all programs of Y run perfectly.
Is any simple way to define the env var X on the fly, when X is needed, without
having to use X as another user? (which would overcomplicate the matter because
there is an scp link from the computing machine to and from a desktop, where I
am).
export X="blah"
or do you need it to happen automatically? in which case your
application needs to do this.
A
Attachment:
signature.asc
Description: Digital signature
- References:
- Env var on the fly
- From: Francesco Pietra
- Env var on the fly
- Prev by Date: Re: udev and automounting
- Next by Date: how to get keyboard layout with symbols
- Previous by thread: Env var on the fly
- Next by thread: how to get keyboard layout with symbols
- Index(es):
Relevant Pages
|
|