[New-bugs-announce] [issue37107] ensurepip --upgrade doesn't change the version of pip used by venv

Chris Withers report at bugs.python.org
Fri May 31 02:14:55 EDT 2019


New submission from Chris Withers <chris at withers.org>:

$ python3.7 -m ensurepip --upgrade
Looking in links: /var/folders/m6/tsd59qsj7pd_lldh4mhwh6kh0000gn/T/tmpqk_vncev
Requirement already up-to-date: setuptools in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (39.0.1)
Requirement already up-to-date: pip in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (18.1)

But:

$ python3.7 -m venv /tmp/test_venv
$ /tmp/test_venv/bin/pip --version
pip 10.0.1 from /private/tmp/test_venv/lib/python3.7/site-packages/pip (python 3.7)

----------
components: Library (Lib)
messages: 344029
nosy: cjw296
priority: normal
severity: normal
status: open
title: ensurepip --upgrade doesn't change the version of pip used by venv
versions: Python 3.7

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


More information about the New-bugs-announce mailing list