New submission from Nick Coghlan:

>From issue #19553:

8. "make install" is a superset of "make altinstall" and one would expect the 
results of (a) "make install" to be the same as (b) "make altinstall && make 
install".  However (b) results in "python -m ensurepip --altinstall --upgrade 
&& python -m ensurepip --upgrade" which results in no unversioned pip files 
being installed as the second call to pip does nothing:

Requirement already up-to-date: setuptools in 
/py/dev/3x/root/uxd/lib/python3.4/site-packages
Requirement already up-to-date: pip in 
/py/dev/3x/root/uxd/lib/python3.4/site-packages

We may need some magic on the pip side when ENSUREPIP_OPTIONS is set to make 
this behave consistently.

----------
components: Library (Lib)
messages: 203771
nosy: dstufft, larry, ncoghlan, ned.deily
priority: high
severity: normal
stage: needs patch
status: open
title: "make altinstall && make install" behaviour differs from "make install"
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19693>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to