LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   an easy little question about installing from source... (https://www.linuxquestions.org/questions/linux-general-1/an-easy-little-question-about-installing-from-source-96287/)

GloVe 09-24-2003 09:26 AM

an easy little question about installing from source...
 
one program that im installong says:

"Make sure that /usr/local/bin is in your PATH before you continue"

how can i verify that? i mean, how can i check what is my 'PATH' ?
thx.
(im sure that is an easy one :) )

trickykid 09-24-2003 09:35 AM

Type: $PATH to find out your current path.

david_ross 09-24-2003 02:22 PM

IT is sometimes easier to read if you use:
echo $PATH | sed 's/:/\n/g'


All times are GMT -5. The time now is 11:52 PM.