PATH and environement




envlist al lthe enviroement variable
add to the path

After: export PATH="$PATH:/home/pi/.local/bin"

Before: export PATH="/home/pi/.local/bin:$PATH"

make it permanent

vi  ~/.profile

PATH="$PATH:/home/pi/.local/bin"