From 888c515825630b798cbcf71d211797d4b6c499a6 Mon Sep 17 00:00:00 2001 From: Mitch Negus Date: Wed, 22 Jan 2025 10:33:22 -0700 Subject: [PATCH] Clarify the description of the PYTHON_BIN environment variable --- docs/source/install/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index aaa32a1..9fe51b0 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -91,7 +91,7 @@ A full list of environment variables used in ``install.sh`` is shown below. .. envvar:: PYTHON_BIN - :description: The path to the Python interpreter. + :description: The Python interpreter executable (a path or symlink). :default: ``python3`` .. envvar:: PIP_ARGS