Folgende Fehlermeldung:
The script chardetect is installed in '/home/pi/.local/bin' which is not on PATH.
Folgende Lösung:
export PATH="${PATH}:/home/pi/.local/bin" export PYTHONPATH="${PYTHONPATH}:'/home/pi/.local/bin"
Öffentliche Notizen
Folgende Fehlermeldung:
The script chardetect is installed in '/home/pi/.local/bin' which is not on PATH.
Folgende Lösung:
export PATH="${PATH}:/home/pi/.local/bin" export PYTHONPATH="${PYTHONPATH}:'/home/pi/.local/bin"