n Fri, Mar 16, 2001 at 01:46:48PM +, Colin Watson wrote:
> Marcelo Chiapparini <[EMAIL PROTECTED]> wrote:
> >I've just compiled a FORTRAN program but I am unable to run the
> >executable, because "bash: qhdiv0.e: command not found". I think
> >this is because the present directory it is not i
Marcelo Chiapparini <[EMAIL PROTECTED]> wrote:
>I've just compiled a FORTRAN program but I am unable to run the
>executable, because "bash: qhdiv0.e: command not found". I think
>this is because the present directory it is not in the PATH.
Just so you know why this is considered a bad idea: you
Marcelo Chiapparini <[EMAIL PROTECTED]> writes:
MC> I've just compiled a FORTRAN program but I am unable to run the
MC> executable, because "bash: qhdiv0.e: command not found". I think
MC> this is because the present directory it is not in the PATH.
You should run './qhdiv0.e', then. This expli
on Thu, Mar 15, 2001 at 05:24:28PM -0300, Marcelo Chiapparini ([EMAIL
PROTECTED]) wrote:
> Hi,
>
> I've just compiled a FORTRAN program but I am unable to run the
> executable, because "bash: qhdiv0.e: command not found". I think
> this is because the present directory it is not in the PATH. Pl
Hi,
if you want to run a program in your current directory, you should type:
./program-to-run
./ forces bash to look in the current directory.
If you want to add this to your path, you can edit .bashrc in your
homedir.
Add a line like:
PATH=$PATH:./
but do not catch me on this one. My bash is n
Hi,
I've just compiled a FORTRAN program but I am unable to run the
executable, because "bash: qhdiv0.e: command not found". I think
this is because the present directory it is not in the PATH. Please,
I need to know:
a) where is the file where the PATH is defined
b) what should I write in it
6 matches
Mail list logo