[issue31046] ensurepip does not honour the value of $(prefix)

2019-12-10 Thread Xavier de Gaye
Change by Xavier de Gaye : -- nosy: -xdegaye ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue31046] ensurepip does not honour the value of $(prefix)

2019-12-16 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17103 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17634 ___ Python tracker ___ ___

[issue31046] ensurepip does not honour the value of $(prefix)

2019-12-16 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list maili

[issue31046] ensurepip does not honour the value of $(prefix)

2017-07-26 Thread Xavier de Gaye
New submission from Xavier de Gaye: When cross-compiling, the local Python interpreter that is used to run ensurepip may not have the same value of sys.prefix as the value of the 'prefix' variable that is set in the Makefile. With the following values used to install Python locally for a later

[issue31046] ensurepip does not honour the value of $(prefix)

2017-07-26 Thread Nick Coghlan
Nick Coghlan added the comment: This looks like the right technical fix to me (see https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-prefix), but I'd like Donald to confirm that before we merge anything. Making this change will also require an update to the ensurepip docs: https:

[issue31046] ensurepip does not honour the value of $(prefix)

2020-03-19 Thread Matej Cepl
Change by Matej Cepl : -- pull_requests: +18422 pull_request: https://github.com/python/cpython/pull/19068 ___ Python tracker ___ __

[issue31046] ensurepip does not honour the value of $(prefix)

2018-11-30 Thread Matej Cepl
Matej Cepl added the comment: Per https://devguide.python.org/pullrequest/, can I ask you Xavier to prepare a proper pull request for this patch to the GitHub repo, please? -- nosy: +mcepl ___ Python tracker __