How To Add Directory Path To Path Variable Ubuntu

[Solved] How To Add Directory Path To Path Variable Ubuntu | Php - Code Explorer | yomemimo.com
Question : how to add path in ubuntu

Answered by : salo-hopeless

# Edit .bashrc, or .zshrc in your home directory and add the following line:
export PATH="/path/to/dir:$PATH"
$ source ~/.bashrc
source ~/.zshrc

Source : | Last Update : Thu, 14 Jan 21

Question : how to add directory path to path variable ubuntu

Answered by : arfaoui-mehdi

$ export PATH="/bin/myscripts:$PATH"

Source : https://linuxconfig.org/how-to-add-directory-path-to-path-variable | Last Update : Fri, 08 Jul 22

Answers related to how to add directory path to path variable ubuntu

Code Explorer Popular Question For Php