mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
Python docs: Python 2.x namespace packages may collide when using .withPackages
This commit is contained in:
parent
8cf393bf48
commit
8d491ec6c6
1 changed files with 3 additions and 0 deletions
|
@ -628,6 +628,9 @@ with import <nixpkgs> {};
|
|||
In contrast to `python.buildEnv`, `python.withPackages` does not support the more advanced options
|
||||
such as `ignoreCollisions = true` or `postBuild`. If you need them, you have to use `python.buildEnv`.
|
||||
|
||||
Python 2 namespace packages may provide `__init__.py` that collide. In that case `python.buildEnv`
|
||||
should be used with `ignoreCollisions = true`.
|
||||
|
||||
### Development mode
|
||||
|
||||
Development or editable mode is supported. To develop Python packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue