Missing something ..... PATH problem

Hello,
Level ; beginner
I installed a dual boot dual drive system
Smooth install until I received the following response:

WARNING: The script slugify is installed in ‘/home/homeassistant/.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.
WARNING: The script normalizer is installed in ‘/home/homeassistant/.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.
WARNING: The script httpx is installed in ‘/home/homeassistant/.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.
WARNING: The script hass is installed in ‘/home/homeassistant/.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.

I am stuck !
what to do ? where to start

Thank you

Honestly, I’d recommend you use Docker instead of a venv. You’ll need to install Python 3.11 by December, and build a fresh venv with that. Then next December repeat that with 3.12, and so on every year.

See here for installing Docker (there’s different options depending on whether you’re using Debian or Raspberry Pi OS) and here for Home Assistant in Docker.