Setting default path in Unix
- by eSKay
I just installed valgrind on my Fedora12 machine.
$ valgrind // 1
$ valgrind: Command not found. //error
$ /usr/local/bin/valgrind // 2 works fine
My $PATH has /usr/local/bin in it.
Is there something else that I need to do to make 1 work?