summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python-installation-pure.md
blob: 905c7b85cbbcac5e79b670e47d4858e581ad4c2b (plain)
1
2
3
4
5
6
7
8
## python.find_installation() now accepts pure argument

The default value of `pure:` for `py.install_sources()` and
`py.get_install_dir()` can now be changed by explicitly passing a `pure:` kwarg
to `find_installation()`.

This can be used to ensure that multiple `install_sources()` invocations do not
forget to specify the kwarg each time.