forgot the attachment ________________________________ From: jeff saremi <jeffsar...@hotmail.com> Sent: Friday, May 5, 2017 9:57:30 AM To: eryk sun; python-list@python.org Subject: Re: Python 2.7: no such module pip
Eryk There is no such option in the installation. Please take a look at the screenshot I enclosed. If in case the pictures get removed, I only have the following options: RegisterExtensions Tck/TK Documentation UtilityScripts Test Suite As for the commands: C:\>python --version Python 2.7 C:\>pytnon -m pip install blahblah 'pytnon' is not recognized as an internal or external command, operable program or batch file. C:\>python -m pip install blahblah C:\Python27\python.exe: No module named pip C:\>python -m ensurepip -Uv C:\Python27\python.exe: No module named ensurepip ________________________________ From: eryk sun <eryk...@gmail.com> Sent: Friday, May 5, 2017 9:49:18 AM To: python-list@python.org Cc: jeff saremi Subject: Re: Python 2.7: no such module pip On Fri, May 5, 2017 at 4:30 PM, jeff saremi <jeffsar...@hotmail.com> wrote: > i checked the installation again. There is no option to select or deselect > PIP. I installed with everything included. No pip module is present despite > the fact that Python documentation says that PIP is a part of Python > installation and does not need to be installed externally. You should see the following list of install options: Register Extensions Tcl/Tk Documentation Utility Scripts pip Test Suite Add python.exe to Path That said, did you try the manual command that I gave you to install the bundled pip? python -m ensurepip -Uv -- https://mail.python.org/mailman/listinfo/python-list