Possible Duplicate:
How to correctly add a path to PATH?
I installed "perf" on Linux.
But I can only use it by specifying the path: ~/bin/perf
I checked path by using echo and I found /bin is there.
What else should I do?
I installed "perf" on Linux.
But I can only use it by specifying the path: I checked path by using What else should I do? |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
|
|||||
|
|
You have to add
You can check your PATH variable with
|
|||||
|