Investigate dropping virtual envs from the python-based plugins
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
### What needs to get done
Instead of creating a venv in the part's install dir and pip-installing the packages, pip-install them directly into the Python installation (which must always exist).
### Why it needs to get done
The Python and Poetry plugins are currently broken in 24.04 because of the new usrmerge handling in noble. Might as well take this opportunity to address this "liability". This also lets us drop our custom sitecustomize, and bypasses the need to think about symlinks.
Evaluation history
No evaluation history available.