Skip to content

Commit 5848c6a

Browse files
Update docs/advanced/environment-variables.md
macOS consistency Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent fec6094 commit 5848c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Not every package will use every variable below, but these are some of the most
5959
| `UV_HTTP_RETRIES` | `5` | Controls how many times uv retries failed HTTP requests. This can help when downloads intermittently fail because of unstable networking or remote mirror issues. |
6060
| `DOTNET_ROOT` | `Linux/macOS: /usr/share/dotnet`<br>`Windows: C:\Program Files\dotnet` | Tells .NET where to find the runtime and shared frameworks. This is the main .NET environment variable to check when a .NET-based helper or component cannot locate the expected runtime. |
6161

62-
For most users, the most practical variables here are `PATH`, package-manager cache and network variables (`PIP_*` and `UV_*`), and `DOTNET_ROOT` when runtime discovery does not behave as expected. `LD_PRELOAD` is powerful, but it is mainly an advanced Linux/MacOS troubleshooting tool rather than a routine Stability Matrix setting.
62+
For most users, the most practical variables here are `PATH`, package-manager cache and network variables (`PIP_*` and `UV_*`), and `DOTNET_ROOT` when runtime discovery does not behave as expected. `LD_PRELOAD` is powerful, but it is mainly an advanced Linux/macOS troubleshooting tool rather than a routine Stability Matrix setting.
6363

6464
## PyTorch and CUDA Variables
6565

0 commit comments

Comments
 (0)