summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python_module_env.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-03-21 23:24:01 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-03-21 23:24:01 +0200
commitfb67adf3e6b57d44dad6c943a6081277860350c5 (patch)
treef48a88cb58e4f77e8ababd2c3e2045e42622ce09 /docs/markdown/snippets/python_module_env.md
parent42af1f7092c9cfdcffd2b7ba021dc8e5d392aa8c (diff)
downloadmeson-fb67adf3e6b57d44dad6c943a6081277860350c5.tar.gz
Prepare the 0.62.0 release.
Diffstat (limited to 'docs/markdown/snippets/python_module_env.md')
-rw-r--r--docs/markdown/snippets/python_module_env.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/markdown/snippets/python_module_env.md b/docs/markdown/snippets/python_module_env.md
deleted file mode 100644
index 87a156d3b..000000000
--- a/docs/markdown/snippets/python_module_env.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## New option to choose python installation environment
-
-It is now possible to specify `-Dpython.install_env` and choose how python modules are installed.
-
-- `venv`: assume that a virtualenv is active and install to that
-- `system`: install to the global site-packages of the selected interpreter
- (the one that the venv module calls --system-site-packages)
-- `prefix`: preserve existing behavior
-- `auto`: autodetect whether to use venv or system