From ae952605d3f52abeb4ae6c8bcf86cb73accdee37 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 16 Dec 2021 19:48:17 +0530 Subject: [PATCH] Note about exe_search_path in launch docs --- docs/launch.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/launch.rst b/docs/launch.rst index 6fb29d64b..bdda8c9b4 100644 --- a/docs/launch.rst +++ b/docs/launch.rst @@ -144,6 +144,7 @@ this **may not** be the value of ``PATH`` inside a shell, as shell startup scrip often change the value of this variable. If it is not found there, then a system specific list of default paths is searched. If it is still not found, then your shell is run and the value of ``PATH`` inside the shell is used. +See :opt:`exe_search_path` for details and how to control this. Syntax reference ------------------