Python: Difference between revisions

imported>Milahu
+ link to Packaging/Python
imported>Milahu
mkShell: use python.sitePackages
Line 63: Line 63:
   ];
   ];
   shellHook = ''
   shellHook = ''
     PYTHONPATH=${python-with-my-packages}/lib/python${my-python.pythonVersion}/site-packages
     PYTHONPATH=${python-with-my-packages}/${python-with-my-packages.sitePackages}
     # maybe set more env-vars
     # maybe set more env-vars
   '';
   '';