Python: Difference between revisions

imported>Danbst
add a back link to nixpkgs PR for virtualenv section
imported>FRidh
No edit summary
Line 99: Line 99:
</syntaxhighlight>
</syntaxhighlight>


The reasoning behind this is the large size of <code>pkgs/top-level/python-packages.nix</code>. Unfortunately most libraries are still defined in-place in <code>pkgs/top-level/python-packages.nix</code>. If a change to library is necessary or an update is made, it is recommend to move the modified package out of <code>pkgs/top-level/python-packages.nix</code>.
The reasoning behind this is the large size of <code>pkgs/top-level/python-packages.nix</code>.  


=== Applications ===
=== Applications ===