Why when I run
$ autotest
In sample_app on my left terminal tab I get
No DRb server is running. Running in local process instead ...
..
But in sample_app on my right terminal window I run
$ autotest
and get
-bash: autotest: command not found
Can someone please explain this mystery to me?
The PATH is not the same in the two terminal sessions: The first directory in PATH is
vs.