buildozer: command not found
Solution 1:
# add the following line at the end of your ~/.bashrc file
export PATH=$PATH:~/.local/bin/
- from https://buildozer.readthedocs.io/en/latest/installation.html
# add the following line at the end of your ~/.bashrc file
export PATH=$PATH:~/.local/bin/