LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Amend Directory (https://www.linuxquestions.org/questions/linux-general-1/amend-directory-378882/)

zyphonic 11-01-2005 05:23 AM

Amend Directory
 
Hi, please help me. How do u write the command to amend the directory "/usr/local/bin" to your PATH?

thanx

tomklq 11-01-2005 06:39 AM

To do it for the current session only:

export PATH=$PATH:/usr/local/bin

To make it persistent, add the same command to ~/.bashrc .


All times are GMT -5. The time now is 02:47 PM.