Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux extend path

export PATH=$PATH:<path you want to add>
or
export PATH=<path you want to add>:$PATH
 
PREVIOUS NEXT
Tagged: #linux #extend #path
ADD COMMENT
Topic
Name
6+9 =