aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/devenv.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/devenv.md b/docs/markdown/snippets/devenv.md
new file mode 100644
index 0000000..0d18889
--- /dev/null
+++ b/docs/markdown/snippets/devenv.md
@@ -0,0 +1,5 @@
+## `PYTHONPATH` automatically defined in `meson devenv`
+
+`PYTHONPATH` now includes every directory where a python module is being
+installed using [`python.install_sources()`](Python-module.md#install_sources)
+and [`python.extension_module()`](Python-module.md#extension_module).