-
For some reason
pipenvdoesn’t actually seem to use thepythonprioritized in my path when creating a new environment. This is a headscratcher *at best*. Workaround in case it helps you:pipenv install --pythonwhich python -
…or, more specifically: nix-shell --run "pipenv install --python
nix-shell --run 'which python’" How did we get here?