On 31 August 2015 at 11:43, chenc...@inhand.com.cn <chenc...@inhand.com.cn> wrote: > hi: > Python 2.7.9 and later (on the python2 series), and Python 3.4 and later > include pip by default.But i can not find it in python2.7.10 package. What's > the matter? How can i install pip on my Embedded device? > > > -- > https://mail.python.org/mailman/listinfo/python-list
The inclusion is handled by the ensurepip module. Run this: python -m ensurepip -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 -- https://mail.python.org/mailman/listinfo/python-list