Setting default path in Unix
Posted
by eSKay
on Super User
See other posts from Super User
or by eSKay
Published on 2010-05-18T19:49:03Z
Indexed on
2010/05/18
19:51 UTC
Read the original article
Hit count: 599
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?
© Super User or respective owner