As of pypa/pipenv#1474 (in 11.1.2), pipenv added support for -m execution (although there are other issues on Windows currently preventing me from verifying that it works). Once we can verify this works, we can then change our commands to use python -m pipenv and thus work on Windows more easily.
As of pypa/pipenv#1474 (in 11.1.2), pipenv added support for
-mexecution (although there are other issues on Windows currently preventing me from verifying that it works). Once we can verify this works, we can then change our commands to usepython -m pipenvand thus work on Windows more easily.