[issue31916] ensurepip not honoring value of $(DESTDIR) - pip not installed

2019-02-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: Closing as third-party as @yan12125's report pinpoints the cause of the issue as part of pip. -- nosy: +cheryl.sabella resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker

[issue31916] ensurepip not honoring value of $(DESTDIR) - pip not installed

2017-10-31 Thread Chi Hsuan Yen
Chi Hsuan Yen added the comment: This is a pip bug https://github.com/pypa/pip/issues/3063 -- nosy: +Chi Hsuan Yen ___ Python tracker

[issue31916] ensurepip not honoring value of $(DESTDIR) - pip not installed

2017-10-31 Thread multimiler
New submission from multimiler : I am building python from source for installation at /opt/python-3.6.3. The result of the build will be installed in /somewhere/deb-pkg-build-dir. I configure, build, and install, the package as follows: ./configure