Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to add path in ubuntu


# Edit .bashrc, or .zshrc in your home directory and add the following line:

export PATH="/path/to/dir:$PATH"

$ source ~/.bashrc
source ~/.zshrc
 
PREVIOUS NEXT
Tagged: #add #path #ubuntu
ADD COMMENT
Topic
Name
9+1 =