Zachary Ware <zachary.w...@gmail.com> added the comment:
This sounds good to me; my `python -m venv venv` commands are also almost always followed up by `venv/bin/python -m pip install -U pip setuptools wheel`. I wouldn't get the `wheel` from this, but it's not always necessary anyway. Rather than importing or forking, I would expect this could just be done by invoking the venv's pip as a subprocess. Also, it would need to be a different flag than `--upgrade`, which already exists. ---------- nosy: +vinay.sajip, zach.ware _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34556> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com