danielfett / bluebattery.py

6 stars 5 forks source link

Installer warning #1

Closed kscheff closed 3 years ago

kscheff commented 3 years ago

Installing on a bare minimum Raspberry OS lite (headless) gives the issue that no pip3 ist installed. This needs be added: sudo apt-get install python3-pip

After running the pip3 install command, the package itself installs in '/home/pi/.local/bin'. This is not a default path, thus the warning: The script gattctl is installed in '/home/pi/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. The scripts bb_cli, bb_live and bb_mqtt are installed in '/home/pi/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

re-login fixed the path, since it will then be added from .profile