uv/docs/configuration
Ahmed Ilyas bbd9adaa40
Env variables for python downloads (#6416)
## Summary

Resolves #6406

## Test Plan

```
❯ UV_PYTHON_PREFERENCE=only-managed cargo run -q -- sync --show-settings | rg python_preference
    python_preference: OnlyManaged,
❯ UV_PYTHON_PREFERENCE=system cargo run -q -- sync --show-settings | rg python_preference
    python_preference: System,
❯ UV_NO_PYTHON_DOWNLOADS=1 cargo run -q -- sync --show-settings | rg python_downloads
    python_downloads: Never,
❯ UV_ALLOW_PYTHON_DOWNLOADS=1 cargo run -q -- sync --show-settings | rg python_downloads
    python_downloads: Automatic,
```
2024-08-22 08:52:52 -04:00
..
authentication.md Use prettier to format the documentation (#5708) 2024-08-02 08:58:31 -05:00
environment.md Env variables for python downloads (#6416) 2024-08-22 08:52:52 -04:00
files.md Document the uv.pip section semantics (#6225) 2024-08-19 21:26:09 +00:00
index.md Use prettier to format the documentation (#5708) 2024-08-02 08:58:31 -05:00