summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python_module_env.md
AgeCommit message (Collapse)Author
2022-03-21Prepare the 0.62.0 release.Jussi Pakkanen
2022-02-22python module: add option to specify a python environment to install toEli Schwartz
The default behavior of installing relative to prefix may be unexpected, and is definitely wrong in many cases. Give users control in order to specify that yes, they actually want to install to a venv. This is particularly useful for projects that use meson as a build system for a python module, where *all* files shall be installed into the python site-packages.