Fix left over after renaming UV_SYSTEM to UV_SYSTEM_PYTHON (#2379)

<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

<!-- What's the purpose of the change? What does it do, and why? -->
Fix left over after renaming UV_SYSTEM to UV_SYSTEM_PYTHON in
https://github.com/astral-sh/uv/pull/2354
CC @charliermarsh 

## Test Plan

<!-- How was it tested? -->
This commit is contained in:
Robert Resch 2024-03-12 10:10:01 +01:00 committed by GitHub
parent 15f6f9f448
commit 7cb01688aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ uv accepts the following command-line arguments as environment variables:
will allow pre-release versions for all dependencies. will allow pre-release versions for all dependencies.
- `UV_SYSTEM_PYTHON`: Equivalent to the `--system` command-line argument. If set to `true`, uv - `UV_SYSTEM_PYTHON`: Equivalent to the `--system` command-line argument. If set to `true`, uv
will use the first Python interpreter found in the system `PATH`. will use the first Python interpreter found in the system `PATH`.
WARNING: `UV_SYSTEM=true` is intended for use in continuous integration (CI) environments and WARNING: `UV_SYSTEM_PYTHON=true` is intended for use in continuous integration (CI) environments and
should be used with caution, as it can modify the system Python installation. should be used with caution, as it can modify the system Python installation.
In each case, the corresponding command-line argument takes precedence over an environment variable. In each case, the corresponding command-line argument takes precedence over an environment variable.