Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 99eddf32dca5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 11d491dce56b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 11, 2019

  1. pipenv: Ignore Python site-packages

    pipenv nix wrapper contains a PYTHONPATH which has some dependencies
    for pipenv installed. pipenv by default uses site-packages when
    resolving packages, which means that any package that is included in
    the nix wrapper is satisfied when running `pipenv install`.
    
    But when the actual virtualenv created by pipenv is activated, it
    doesn't contain those packages anymore and fails to import them.
    
    pipenv has a flag PIP_IGNORE_INSTALLED which can be used to ignore
    site-packages. Which fixes the problem of having different resolved
    packages when running pipenv and when running the virtualenv.
    Väinö Järvelä authored and FRidh committed Apr 11, 2019
    Copy the full SHA
    11d491d View commit details
    Browse the repository at this point in the history