Matt Davis
Matt Davis
I realize I may have changed some default behavior in `pythonfinder` when moving to 2.x but I am not sure that it was ever documented that if pyenv was installed...
@startakovsky Could you point me to the docstring you mean? -- I'd like to understand better if this was documented somewhere.
Those doc strings refer to setting an environment variable that would be the default specifier to pass to python when initiating a new environment. The rest of the doc string...
Probably I should diff it relevant changes into a separate branch and open a replacement to this PR since this includes I think other things that may not be desired...
Replaced by: https://github.com/saleor/storefront/pull/1129
What pipenv commands are you running? -- I see the Pipfile in the zip, but I am not sure how you are invoking things.
Maybe virtualenv does -- I am not sure.
Is it possible the python you are invoking in the subprocess is not the virtualenv python where `waitress` is installed?
I'm not totally having a directive in the pipenv section to `venv_in_project=true` -- I think having it named `pipenv_venv_in_project` is redundant since it would live in the `[pipenv]` directives for...
@justin-yan I don't have terribly strong opinions about this other than my own personal one which is that I sometimes will have multiple virtualenvs -- say I am testing new...