ubuntu add path execution per code example
Example 1: linux add to path
export PATH=$PATH:/place/with/the/file
Example 2: ubuntu export path
export PATH="/path/to/dir:$PATH"
Example 3: ubuntu export path
$ source ~/.bashrc
Example 4: how to add a directory to path in linux
nano ~/.bashrc