uv/crates/uv-interpreter
Charlie Marsh ff62fe2c0b
Avoid using setuptools shim of distutils (#2305)
## Summary

It turns out that setuptools includes a shim to patch distutils. I'll
admit that I don't fully understand why or how it's different, but this
is the trick `pip` uses to ensure that it gets the "original" distutils.

We actually use distutils in two places: once for the system Python
scheme, and once for virtual environments. In virtualenv, they _do_ use
the patched distutils, so this could deviate in ways I don't understand.

Closes #2302.
2024-03-08 14:53:49 -05:00
..
src Avoid using setuptools shim of distutils (#2305) 2024-03-08 14:53:49 -05:00
Cargo.toml Address review feedback on reparse points (#2288) 2024-03-07 16:49:27 -05:00