Add an option to use uv venv
and uv pip
in the python
and poetry
plugins
#936
Labels
Enhancement
New feature or request
What needs to get done
This old experimental PR is an example: #825
You should be able to make parts like:
and instead of using the system
python -m venv
and installing pip in that virtual environment, it would use uv for the relevantvenv
andpip
commands.Why it needs to get done
The old methods are both slow and can be error-prone since the behaviour of
venv
andpip
changes from base to base.The text was updated successfully, but these errors were encountered: