[New-bugs-announce] [issue38369] Python 3.7.4 venv command does not install pip

Paul Moore report at bugs.python.org
Fri Oct 4 05:18:54 EDT 2019


New submission from Paul Moore <p.f.moore at gmail.com>:

The venv module with Python 3.4 on Windows doesn't install pip - even though the --without-pip flag is not specified. This appears to be a regression since pip is installed when using 3.7:

>C:\Utils\PythonVersions\Python-3.7.3\python.exe -m venv ve-373
>dir .\ve-373\Scripts\pip.exe


    Directory: C:\Work\Scratch\vv\ve-373\Scripts


Mode                LastWriteTime         Length Name
----                -------------         ------ ----
-a----       04/10/2019     10:08         102765 pip.exe


>py -m venv ve-374
>dir .\ve-374\Scripts\pip.exe
dir : Cannot find path 'C:\Work\Scratch\vv\ve-374\Scripts\pip.exe' because it does not exist.
At line:1 char:1
+ dir .\ve-374\Scripts\pip.exe
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Work\Scratch...Scripts\pip.exe:String) [Get-ChildItem], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand
>py -V
Python 3.7.4

----------
assignee: steve.dower
components: Library (Lib)
messages: 353911
nosy: paul.moore, steve.dower
priority: normal
severity: normal
status: open
title: Python 3.7.4 venv command does not install pip
type: behavior
versions: Python 3.7

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


More information about the New-bugs-announce mailing list