diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Commands.md | 9 | ||||
-rw-r--r-- | docs/markdown/snippets/devenv.md | 6 |
2 files changed, 0 insertions, 15 deletions
diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md index f905d2c..b137166 100644 --- a/docs/markdown/Commands.md +++ b/docs/markdown/Commands.md @@ -340,15 +340,6 @@ These variables are set in environment in addition to those set using `meson.add schemas is compiled. This is automatically set when using `gnome.compile_schemas()`. Note that this requires GLib >= 2.64 when `gnome.compile_schemas()` is used in more than one directory. -- `PYTHONPATH` *Since 0.62.0* 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). Python - modules installed by other means, such as `install_data()` or `install_subdir()`, - will not be included and should be added to `PYTHONPATH` manually using - [`meson.add_devenv()`](Reference-manual_builtin_meson.md#mesonadd_devenv). - Note that when modules are installed into subdirectories the source tree - layout must match the installed tree layout otherwise `import subdir.mod` - cannot work. Since *Since 0.62.0* if bash-completion scripts are being installed and the shell is bash, they will be automatically sourced. diff --git a/docs/markdown/snippets/devenv.md b/docs/markdown/snippets/devenv.md index 104cfd9..bffa5fa 100644 --- a/docs/markdown/snippets/devenv.md +++ b/docs/markdown/snippets/devenv.md @@ -1,9 +1,3 @@ -## `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). - ## Bash completion scripts sourced in `meson devenv` If bash-completion scripts are being installed and the shell is bash, they will |