diff options
Diffstat (limited to 'Help/release/dev/find-command-prefix-from-PATH.rst')
-rw-r--r-- | Help/release/dev/find-command-prefix-from-PATH.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/find-command-prefix-from-PATH.rst b/Help/release/dev/find-command-prefix-from-PATH.rst new file mode 100644 index 0000000..f9aae2a --- /dev/null +++ b/Help/release/dev/find-command-prefix-from-PATH.rst @@ -0,0 +1,6 @@ +find-command-prefix-from-PATH +----------------------------- + +* The :command:`find_library`, :command:`find_path`, and :command:`find_file` + commands now search in installation prefixes derived from the ``PATH`` + environment variable. |