View Single Post

   
  #3 (permalink)  
Old 02-20-2008, 07:28 AM
Murphy
 
Posts: n/a
Default Re: Path Environment Variable

Laurenz Albe wrote:

> Murphy <m@urphy.com> wrote:
>> The MySQL manual states the following command should be issued:
>>
>> setenv PATH ${PATH}:/usr/local/mysql/bin

>
> That is correct if and only if you (or MySQL) use it in a csh shell.
> On other shells the following will work:
>
> PATH=${PATH}:/usr/local/mysql/bin
> export PATH
>
> Yours,
> Laurenz Albe


Thanks Laurenz for the prompt reply,

csh shell ?... I use it under KDE in the "Shell" windows as SU

I'm guessing "export PATH" displays the current value of the PATH
environment variable however when I issue this command nothing is
displayed, I would have expected some std values to be set for PATH or is
the default PATH value blank under Slackware/Linux ?

--
Thanks

Murph
Reply With Quote