Geoff Caton
Geoff Caton
@henryiii - my setup is an oddball. I downloaded and compiled Python 3.8.2 (from python.org) and installed it to `~/opt/Python-3.8.2`. I used this interpreter to create a "default virtualenv" which...
I managed to repro this in an ubuntu:18.04 docker container. [Here's my shell history](https://gist.github.com/votedmost/2e48fdee79d73dc5d53b011a32530444), which I can clean up a bit later. (It takes a long time because it compiles...
I've looked a bit further into this one and found that the issue is (probably) not with build. `venv`, when invoked inside an existing virtualenv, produces a pretty sparse environment...
@layday - I agree. My second example above uses the system-wide Python interpreter to show that there's no problem with a venv when created outside of a virtualenv, and the...