nixpkgs/pkgs/development/interpreters/python
Frederik Rietdijk 7447fff95a
Fix sys.prefix in case of a Nix env
The prefix will now be correct in case of Nix env.

Note, however, that creating a venv from a Nix env still does not function. This does not seem to be possible
with the current approach either, because venv will copy or symlink our Python wrapper. In case it symlinks
(the default) it won't see a pyvenv.cfg. If it is copied I think it should function but it does not...
2020-03-14 21:39:32 +00:00
..
catch_conflicts
cpython pythonMinimal: don't include site-customise 2020-03-14 15:02:51 +01:00
graalpython pythonInterpreters.graalpython37: init 2019-10-22 09:16:18 +02:00
hooks python: add pythonRemoveTestsDirHook 2020-03-03 20:01:00 +01:00
manylinux Fix manylinux packages 2019-12-13 11:40:44 +01:00
pypy pypy{,3}: use openssl_1_1 2020-02-28 16:06:20 +00:00
tests Fix sys.prefix in case of a Nix env 2020-03-14 21:39:32 +00:00
update-python-libraries update-python-libraries: ignore pyproject 2019-11-22 08:37:03 +01:00
default.nix pythonMinimal: don't include site-customise 2020-03-14 15:02:51 +01:00
fetchpypi.nix pythonPackages.fetchPypi: support SRI hashes 2019-07-11 18:01:04 +02:00
mk-python-derivation.nix python: add pythonRemoveTestsDirHook 2020-03-03 20:01:00 +01:00
run_setup.py
setup-hook.nix
setup-hook.sh python: make it possible to disable the python setup-hook 2019-04-28 09:20:41 +02:00
sitecustomize.py Fix sys.prefix in case of a Nix env 2020-03-14 21:39:32 +00:00
tests.nix Python: Add integration test verifying NIX_PYTHONPATH with Mypy 2020-03-14 21:39:32 +00:00
with-packages.nix
wrap-python.nix Python: improve cross-compilation 2019-01-04 10:45:22 +01:00
wrap.sh python.pkgs.wrapPython: get rid of warning 2019-12-30 16:46:55 +01:00
wrapper.nix Python: introduce NIX_PYTHONPREFIX in order to set site.PREFIXES 2020-03-14 21:39:31 +00:00