Brennan Magee

Results 5 comments of Brennan Magee

Thanks for the massively quick reply. > tldr; set `PIPENV_PYTHON=$PYENV_ROOT/shims/python` in your `.bashrc` to force pipenv to use pyenv python. > > Tell me if it solves your problem. Although...

Yes this would allow you to force pipenv to use the currently active python from pyenv though this is not the behaviour I'm after. I want to be able to...

Hi guys, just hoping maybe you could change the label from "question" to "enhancement" so this doesn't get lost. Once I have a little more time, I'd be happy to...

Hey @atomic-mattie, it does sound like your use case matches mine. The ability to restrict pipenv to use only pyenv-installed pythons would definitely help reproducability. In the end we created...

I have come up against this issue recently and I think I have a slightly different workaround for anyone else who ends up here. ```rst Heading ===== .. tab:: Linux...