mirror of https://github.com/astral-sh/uv
## Summary This PR adds system install tests to verify the behavior described in #2798. It turns out this behavior _also_ affects Fedora and Amazon Linux, we just didn't have the right conditions enabled (specifically, you need to create the virtualenv with `python -m venv` to get these symlinks), so the test suite was expanded to capture that. The issue itself is also fixed by way of deduplicating the `site-packages` entries. Closes: https://github.com/astral-sh/uv/issues/2798 |
||
|---|---|---|
| .. | ||
| cfg.rs | ||
| find_python.rs | ||
| interpreter.rs | ||
| lib.rs | ||
| python_environment.rs | ||
| virtualenv.rs | ||