|
To do it on the fly type:
PATH=$PATH:/usr/local/php (or whatever the new path
is)
export PATH
For perm use as discribed below.
----- Original Message -----
Sent: Monday, March 22, 2004 2:48
AM
Subject: Re: [luau] $PATH question
Hi Maddog,
Depends on what shell you are using but assuming
you are using BASH, there should be a file in your home directory called
.bash_profile or .profile. Inside there is a "PATH" statement, add your PHP
path to that line, and remember to delimit each path with a colon. When you
are done editing the file just type: source .bash_profile to refresh
your shell to include the newly added path.
--Brian
----- Original Message -----
Sent: Friday, March 19, 2004 4:56
PM
Subject: [luau] $PATH question
Hey all,
I am trying to install something that requires
php to be in my $PATH. Can someone point me to some reading material
on making this happen? I have php installed and working. But this new IDS
console doesn't see it.
Thanks,
Maddog
|