This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erickhoo
Recipients Marcus.Smith, Saimadhav.Heblikar, belopolsky, dstufft, erickhoo, markroseman, ncoghlan, paul.moore, peter.otten, rhettinger, terry.reedy, upendra-k14
Date 2016-03-29.01:17:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459214254.28.0.693222728438.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
From what I know after reading the ensurepip script, the ensurepip script is checking whether the pip and it requirement tools are installed right like get_pip.py that was mention https://pip.pypa.io/en/stable/installing/ ? So, we have to put it inside the gui script to ensure that the pip is installed. Otherwise, pass the "python -m ensurepip" to subprocess to install the package before start the gui of pip. Am I understand it correctly?
History
Date User Action Args
2016-03-29 01:17:34erickhoosetrecipients: + erickhoo, rhettinger, terry.reedy, paul.moore, ncoghlan, peter.otten, belopolsky, markroseman, dstufft, Marcus.Smith, Saimadhav.Heblikar, upendra-k14
2016-03-29 01:17:34erickhoosetmessageid: <1459214254.28.0.693222728438.issue23551@psf.upfronthosting.co.za>
2016-03-29 01:17:34erickhoolinkissue23551 messages
2016-03-29 01:17:33erickhoocreate