[issue36010] Please provide a .zip Windows release of Python that is not crippled/for embedding only

Steve Dower report at bugs.python.org
Sat Feb 16 17:37:47 EST 2019


Steve Dower <steve.dower at python.org> added the comment:

The whole point of a venv is to give you a separate directory with a "stand alone" Python. As that's what you just installed with nuget, there's no point in creating a venv - just pip install directly into it.

Alternatively, you can pip install virtualenv and use that.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36010>
_______________________________________


More information about the Python-bugs-list mailing list