Skip to content

Commit 32dabe1

Browse files
wxtimMetRonnie
andauthored
Update src/user-guide/writing-workflows/runtime.rst
Co-authored-by: Ronnie Dutta <[email protected]>
1 parent 819fd63 commit 32dabe1

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/user-guide/writing-workflows/runtime.rst

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -322,21 +322,18 @@ area, by global config settings under :cylc:conf:`global.cylc[install][symlink d
322322
If your workflow creates or installs executables or Python libraries
323323
as it is running, these can be placed in:
324324

325-
* ``share/bin`` - for executables.
326-
* ``share/lib/python`` - for Python modules.
327-
328-
These folders are automatically added to ``PATH`` and ``PYTHONPATH`` so they can be
329-
used by jobs in the same way as the
330-
:ref:`top level "bin/" and "lib/python/" directories <WorkflowDefinitionDirectories>`.
325+
* ``share/bin/`` - for executables. This location is automatically added to ``PATH``
326+
(before the top-level ``bin/`` in the run dir).
327+
* ``share/lib/python/`` - for Python modules. This location is automatically added
328+
to ``PYTHONPATH`` (before the top-level ``lib/python/`` in the run dir).
331329

332330
.. note::
333331

334332
Cylc will not create these folders.
333+
334+
.. seealso::
335335

336-
.. important::
337-
338-
These locations take precedence over the top level ``bin/`` and
339-
``lib/python/`` directories in the run dir.
336+
:ref:`Top level "bin/" and "lib/python/" directories <WorkflowDefinitionDirectories>`.
340337

341338

342339
Task Work Directories

0 commit comments

Comments
 (0)