mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
## Summary <!-- What's the purpose of the change? What does it do, and why? --> Support the `UV_PROJECT` environment variable to set the project directory. #11946 ## Test Plan <!-- How was it tested? --> `cargo nextest run` passed except the cache_prune. ``` export UV_PROJECT=/path/to/project uv sync ``` works. Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>