I'm suggesting, that future MX versions would already have preinstalled library: python3-venv
Explanation:
Programming language Python3 comes with already built-in virtual environment capability. It was developed so anyone who is developing something in Python, can create it's own virtual environment, that is separated from systems Python and that way avoiding potential py library dependencies issues.
Command for creating virt. env. is:
You can do this in other Linux flavors such as Mint, Ubuntu, Manjaro... but not in MX Linux since library: 'python3-venv' is missing. No big deal, you can simple install it with MXPI, but in the past, several users got tripped by this and some come here to forum asking for help. I think it would make sense, if MX would come preinstalled with this library, since users coming from other Linux flavors are used to be able to use python's venv ootb.