Tom Rini efd00b0345 python: Use and refer to the venv module rather than virtualenv
Using some form of sandbox with Python modules is a long standing best
practice with the language. There are a number of ways to have a Python
sandbox be created. At this point in time, it seems the Python community
is moving towards using the "venv" module provided with Python rather
than a separate tool. To match that we make the following changes:

- Refer to a "Python sandbox" rather than virtualenv in comments, etc.
- Install the python3-venv module in our container and not virtualenv.
- In our CI files, invoke "python -m venv" rather than "virtualenv".
- In documentation, tell users to install python3-venv and not
  virtualenv.

Signed-off-by: Tom Rini <trini@konsulko.com>
2025-04-24 15:37:27 -06:00
..
2025-04-10 22:32:55 -03:00
2025-04-07 15:57:55 -06:00
2024-10-18 14:10:22 -06:00
2024-10-11 11:44:47 -06:00
2022-08-13 11:09:49 +02:00
2022-03-02 10:28:12 -05:00
2022-12-17 13:37:33 +00:00
2025-04-11 12:16:44 -06:00
2024-12-31 19:00:46 -06:00