...
env | list 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" |
...
env | list 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" |