New submission from Sammy Gillespie :
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 ot
Sammy Gillespie added the comment:
To expand on this. Using:
> python -m pip
in the second virtual environment (which does not have pip) gives the following
usage example:
> Usage:
> C:\venv_test\\Scripts\python.exe -m pip [options]
Yet the python running this command
Sammy Gillespie added the comment:
This is identical to https://bugs.python.org/issue35872
I am running 3.7.2
--
___
Python tracker
<https://bugs.python.org/issue36
Change by Sammy Gillespie :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or