Formatting error of URLs. []() may not have a line break inbetween.
Path not always consistently set and displayed.
Raspbian OS bullseye has ntp installed as systemd-timesyn, not as ntpd.
Describe how to verify ntp is running.
venv installation doesn't work neither with Raspbian OS nor with Ubuntu.
sudo python3 -m pip install venv should read as
sudo python3 -m pip install virtualenv.
[]()
may not have a line break inbetween.sudo python3 -m pip install venv
should read assudo python3 -m pip install virtualenv
.python -m pip install -U pip wheel setuptools
should read aspython3 -m pip install -U pip wheel setuptools