Den Delimarsky added the comment:
@ned.deily actually you bring up a very good point, I did not notice that it
was using the default Catalina Python 3 install. I've chatted with
@brett.cannon about this earlier and it seemed like the issue was in that the
Python version I was using
Den Delimarsky added the comment:
Should also mention that this is working as expected in Python 3.8.0
--
___
Python tracker
<https://bugs.python.org/issue38
New submission from Den Delimarsky :
I have a project, where I am working inside a virtual environment (on macOS
Catalina). Inside said project, I am attempting to create a new virtual
environment with:
venv.create(virtual_environment_directory, with_pip=True)
This, however, errors out