This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sammy Gillespie
Recipients Sammy Gillespie
Date 2019-02-22.15:19:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550848781.33.0.584948420455.issue36080@roundup.psfhosted.org>
In-reply-to
Content
Running Windows 10 Enterprise. Create a virtual environment:

> python -m venv .venv

Activate that virtual environment and attempt to create another virtual environment using the same command.

This new environment will not contain pip (or anything other than just Python).

Investigating this further. Running:

> python -Im ensurepip --upgrade --default-pip

from within the second virtual environment results in:

> Requirement already up-to-date: pip in <path_to_FIRST_venv>

----------

I want to create a python tool that will build a virtual env, but this restricts me from being able to install that tool into a virtual env (e.g. using pipx).
History
Date User Action Args
2019-02-22 15:19:41Sammy Gillespiesetrecipients: + Sammy Gillespie
2019-02-22 15:19:41Sammy Gillespiesetmessageid: <1550848781.33.0.584948420455.issue36080@roundup.psfhosted.org>
2019-02-22 15:19:41Sammy Gillespielinkissue36080 messages
2019-02-22 15:19:41Sammy Gillespiecreate