command path linux code example
Example 1: linux add to path
export PATH=$PATH:/place/with/the/file
Example 2: how to find the path of a command in linux
which python
which -a pyton
export PATH=$PATH:/place/with/the/file
which python
which -a pyton