Bernát Gábor
Bernát Gábor
I'll try to put in a fix release that would address this 😮 been just busy with other stuff, would help if you could put in that PR 👍
Downgrade isn't a good solution, please instead do the `python -m virtualenv api -vvv --reset-app-data` to solve it.
``virtualenv -help`` would print it... but we should document on the web page.
On windows we now align with how venv works, so this likely will be a venv Cpython bug 🤷♂️ without a better reproducible will be hard to find out... 🤔
Can you show what the test does exactly?
- Eh when you call subprocess are you doing it via fully qualified path? You could be experiencing a variation of https://bugs.python.org/issue42041
So you're passing on `shell=True` per https://github.com/nedbat/coveragepy/blob/master/tests/helpers.py#L37: > With shell=True, the CMD shell simply checks %__CD__% (unless %NoDefaultCurrentDirectoryInExePath% is defined and the name to search contains no slashes) and %PATH%....
> If you all would be interested to moving to PEX packaging instead of or in addition to your current `.pyz` packaging; I'd be happy to work on a PR...
Guess we can consider moving to it when they make Windows a first-class citizen then.
Any reason why we can't just remove the sys path entry belonging to the current python intrerpreters platlib and purelib? So that whatever is in those locations never gets discovered?