From a591236989e3c09c405d5ffc498163c145f6ad4c Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:22:52 +0100 Subject: [PATCH] Update src/reference/changes.rst Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> --- src/reference/changes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/changes.rst b/src/reference/changes.rst index 01a33703ee..3db42fbdd8 100644 --- a/src/reference/changes.rst +++ b/src/reference/changes.rst @@ -41,10 +41,10 @@ Cylc 8.3.0 Cylc ignores `PYTHONPATH` ^^^^^^^^^^^^^^^^^^^^^^^^^ -Cylc now ignores `PYTHONPATH` to make it more robust to task +Cylc now ignores ``PYTHONPATH`` to make it more robust to task environments which set this value. If you want to add to the Cylc environment itself, e.g. to install a Cylc extension, -use `CYLC_PYTHONPATH`. +use ``CYLC_PYTHONPATH``. Upgrade To The Latest Jupyter Releases