doc: clarify python.sitePackages

Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
This commit is contained in:
Sandro 2024-01-31 14:34:19 +01:00 committed by GitHub
parent 653837881e
commit 9cf8b8bab3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,3 @@
# Python {#setup-hook-python}
Adds the `${python.sitePackages}` subdirectory of each build input to the `PYTHONPATH` environment variable.
Adds the `python.sitePackages` subdirectory (i.e. `lib/pythonX.Y/site-packages`) of each build input to the `PYTHONPATH` environment variable.