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 | |
General
Content
Integrations
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 | |