[New-bugs-announce] [issue20071] What should happen if someone runs ./python -m ensurepip in the build environment?

R. David Murray report at bugs.python.org
Thu Dec 26 18:25:26 CET 2013


New submission from R. David Murray:

Someone on IRC reported doing this, and it (logically enough) gave a permission error trying to install into /opt.  That may be exactly what it should do...but if he'd done it as root, presumably it would have tried to install PIP without python having been installed first, which might be wrong.

(Donald says it would indeed install it, creating the directories as needed.)

----------
messages: 206948
nosy: r.david.murray
priority: normal
severity: normal
status: open
title: What should happen if someone runs ./python -m ensurepip in the build environment?

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20071>
_______________________________________


More information about the New-bugs-announce mailing list