diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2022-02-22 09:34:20 -0500 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2022-02-28 09:03:27 -0500 |
commit | 79c6075b560dbf1c3e4e0b30f1c472dc2086421e (patch) | |
tree | 7e306b975b1c293fbf1eb88dab1756ef127b4f92 /docs/markdown/snippets | |
parent | c4b8c23eb1dac4b5a556cbd9e7b16bae52bb9244 (diff) | |
download | meson-79c6075b560dbf1c3e4e0b30f1c472dc2086421e.zip meson-79c6075b560dbf1c3e4e0b30f1c472dc2086421e.tar.gz meson-79c6075b560dbf1c3e4e0b30f1c472dc2086421e.tar.bz2 |
devenv: Set PYTHONPATH where we install python modules
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/devenv.md | 5 |
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). |