Re: [PATCH] python: Use and refer to the venv module rather than virtualenv

2025-04-25 Thread Tom Rini
On Tue, 15 Apr 2025 12:10:26 -0600, Tom Rini wrote: > 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 usin

[PATCH] python: Use and refer to the venv module rather than virtualenv

2025-04-15 Thread Tom Rini
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 separa