coates’s avatarcoates’s Twitter Archive—№ 23,486

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