From 7cb01688aa0b2bbf0685ba70f9ecbc2534ce7776 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Tue, 12 Mar 2024 10:10:01 +0100 Subject: [PATCH] Fix left over after renaming UV_SYSTEM to UV_SYSTEM_PYTHON (#2379) ## Summary Fix left over after renaming UV_SYSTEM to UV_SYSTEM_PYTHON in https://github.com/astral-sh/uv/pull/2354 CC @charliermarsh ## Test Plan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7df31df0e..893068978 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ uv accepts the following command-line arguments as environment variables: will allow pre-release versions for all dependencies. - `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`. - 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. In each case, the corresponding command-line argument takes precedence over an environment variable.