The installation steps in the official documentation are as follows:

There is a problem here: the Python installed via apt is global, which will affect the machine's original Python environment. Ideally, shouldn't the OVMS installation package include its own Python environment, just like the Windows version, so that it doesn't affect the machine's own environment?
At the same time, on a clean Ubuntu 24.04 machine, it is impossible to complete the installation by following the official documentation exactly.
I understand that it might be necessary to add the --break-system-packages parameter, but this seems unreasonable.
Could you provide a self-contained Python environment similar to the Windows version?
The installation steps in the official documentation are as follows:

There is a problem here: the Python installed via apt is global, which will affect the machine's original Python environment. Ideally, shouldn't the OVMS installation package include its own Python environment, just like the Windows version, so that it doesn't affect the machine's own environment?
At the same time, on a clean Ubuntu 24.04 machine, it is impossible to complete the installation by following the official documentation exactly.
I understand that it might be necessary to add the --break-system-packages parameter, but this seems unreasonable.
Could you provide a self-contained Python environment similar to the Windows version?