John Topley's KnowledgebaseAdding An Entry To The Bash PathThursday, 24 March 2005To add a path entry to the Bash path, enter the command below in a Terminal window: echo 'export PATH=$PATH:/Path/To/Add' >> ~/.bash_profile |
![]() |
John Topley's KnowledgebaseAdding An Entry To The Bash PathThursday, 24 March 2005To add a path entry to the Bash path, enter the command below in a Terminal window: echo 'export PATH=$PATH:/Path/To/Add' >> ~/.bash_profile |