From c28432d314884040081a79614a6d6e418c1e13b5 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Thu, 25 Apr 2024 22:15:18 -0400 Subject: [PATCH] Add a note about where to set the python path --- raddb/mods-available/python | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/raddb/mods-available/python b/raddb/mods-available/python index 31b15f90c4..3aca291c88 100644 --- a/raddb/mods-available/python +++ b/raddb/mods-available/python @@ -21,6 +21,14 @@ # items which control the Python path. # +# +# [NOTE] +# ==== +# See `raddb/global.d/python` for configuration items that affect the +# python interpreter globally, such as the Python path. +# ==== +# + # # ## Configuration Settings # -- 2.47.3