Skip to content

Commit

Permalink
Python docs: Python 2.x namespace packages may collide when using .wi…
Browse files Browse the repository at this point in the history
…thPackages
  • Loading branch information
FRidh committed Apr 18, 2017
1 parent 8cf393b commit 8d491ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/languages-frameworks/python.md
Expand Up @@ -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
Expand Down

0 comments on commit 8d491ec

Please sign in to comment.