Re: Setting up Environmental Variables

2004-09-21 Thread Larry Hall
At 08:28 PM 9/21/2004, you wrote: >When running bash in cygwin, I am not able to run any commands. From >the cygwin/bin directory, I can execute commands like gcc and make. >I've set a couple of environmental variables: > > >SET HOME="c:\cygwin" >SET PATH="c:\cygwin\bin" > >Is this correct? Are

Setting up Environmental Variables

2004-09-21 Thread Nathan Green
When running bash in cygwin, I am not able to run any commands. From the cygwin/bin directory, I can execute commands like gcc and make. I've set a couple of environmental variables: SET HOME="c:\cygwin" SET PATH="c:\cygwin\bin" Is this correct? Are my environmental variables the problem? An