From 7637100f20ccda3184d2b8d7a51079bc50f249ab Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Thu, 21 Aug 2025 18:57:32 +0530 Subject: [PATCH] spaces update --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 930821c4..9642392e 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -481,7 +481,7 @@ jobs: These environment variables become available after setup-python action execution: -| **Env. variable** | **Description**| +| **Env.variable** | **Description**| |----------------------|-------------| | `pythonLocation` | Contains the absolute path to the folder where the requested version of Python, PyPy, or GraalPy is installed.

**Executable location by implementation:**
• **CPython** – `$pythonLocation/bin/python` (Linux/macOS), `$pythonLocation/python.exe` (Windows)
• **PyPy** – `$pythonLocation/bin/python` (Linux/macOS), `$pythonLocation/python.exe` (Windows)
• **GraalPy** – `$pythonLocation/bin/python` (Linux/macOS)

Note: CPython versions include a symlink or copy of the Python executable at the root, while PyPy and GraalPy retain upstream directory layouts. | | `Python_ROOT_DIR` | https://cmake.org/cmake/help/latest/module/FindPython.html#module:FindPython |