Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



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"