[09:33:20] <Wulf> I installed python3.8 with pyenv, now I'm trying to use it with tox. It appears that tox is calling virtualenv which in turn tries to install distutils into my python3.8 installation. How can I stop tox or virtualenv from trying that? https://paste.debian.net/1066522/
[11:53:29] <Wulf> never mind. I just uninstalled python3.6. Problem solved.
[11:53:47] <Wulf> err.. wrong channel. But tox/pyenv problem solved too (pip install tox-venv)