Python 2.7.11 not installed

I have Python 2.7.11 installed on my machine, which, as far as I know, should come with pip, however, when I check the directory C:\Python27\Tools\Scripts\, no pip.exe.

I tried to completely remove and reinstall Python 2.7.11 without success. The launch of the installation installation item is installed, but after the installation disk is not found anywhere,

I also have Python 3.4 installed, which, as expected, has pip. Any thoughts?

+5
source share
5 answers

I used https://pip.pypa.io/en/stable/installing/ to install it. It is strange that an external authority has to make a tool to install pip for installation. The Python site does not mention pip.pypa.io.
Although I received error messages, it installed, so check carefully.
You can also see a message saying that you are upgrading to pip 9.0 using the "pip install --upgrade" command. I highly recommend it.
Also, make sure that you are in the directory where pip.exe is located when you run the commands. They do not tell you this because they assume that you know it, but we are not all geeks.

+2
source

python2.7.11 pip c:\python27\scripts,

+1

, , Windows 10 x86 dev box, , Python 2.7 - Immunity Debugger, SSL "pip".

"C:\Python27\Scripts", pip. "C:\Python27\Tools\Scripts", pip.

, , . - Python , 2.7.15, pip . , , Python SSL. pip .

Python, SSL, pip, pip :

1. curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

2. python get-pip.py

https://pip.pypa.io/en/stable/installing/

, Python.

, pip python, "C:\Python27\Scripts" pip.exe.

+1

- pip - python-2.7.16, Win10, " ". , MSI (C:\Python27) , Program Files (x86). , - .

+1

"python-2.7.16" Windows 10. PIP "C:\Python27\Scripts". "C:\Python27\Scripts" , pip .

:

\ \ → → → → → ( )

0

Source: https://habr.com/ru/post/1652528/


All Articles