Issue
Installing black from source in a new virtualenv does not work anymore, and throws an error No module named pip
Environment
Docker image python:3.7
Package Version
------------------ -------
appdirs 1.4.3
distlib 0.3.0
filelock 3.0.12
importlib-metadata 1.5.0
pip 20.0.2
setuptools 45.2.0
six 1.14.0
virtualenv 20.0.6
wheel 0.34.2
zipp 3.0.0
Output of the virtual environment creation
root@db1408fc1aec:/# virtualenv x
created virtual environment CPython3.7.6.final.0-64 in 414ms
creator CPython3Posix(dest=/x, clear=False, global=False)
seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, via=copy, app_data_dir=/tmp/tmp9u90e1vn/seed-app-data/v1)
activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
Running the following script in a python:3.7 docker image, but the same would work when pinning virtualenv==20.0.5
Issue
Installing black from source in a new virtualenv does not work anymore, and throws an error
No module named pipEnvironment
Docker image
python:3.7Output of the virtual environment creation
Running the following script in a
python:3.7docker image, but the same would work when pinningvirtualenv==20.0.5