Bug#956144: virtualenv: caching of debian wheels breaks pip-installed virtualenv

2020-04-07 Thread Anthony Sottile
I failed to include the error message in the report, sorry was a little rushed here's the output of the last command: ``` root@378c3ad9bbf3:/# venv2/bin/pip install astpretty Traceback (most recent call last): File "venv2/bin/pip", line 5, in from pip._internal.cli.main import main File

Bug#956144: virtualenv: caching of debian wheels breaks pip-installed virtualenv

2020-04-07 Thread Anthony Sottile
Package: virtualenv Version: 20.0.16-1 Severity: normal Tags: patch Reproduction: ```bash apt update && apt install -y --no-install-recommends virtualenv virtualenv venv venv/bin/pip install virtualenv venv/bin/virtualenv venv2 venv2/bin/pip install astpretty ``` This was originally reported her