Answer the question
In order to leave comments, you need to log in
Why doesn't pip work on Python 2.7?
It was necessary to install the old version of python 2.7 on Windows (python3 is already installed on the computer). I can't figure out how to install my pip for python2.7. And how will Windows understand that I need to use pip from one or another version of Python in this or that case?
Answer the question
In order to leave comments, you need to log in
Download get-pip.py
Run it like a regular python file:python2 get-pip.py
how will Windows understand that I need to use pip from one or another version of Python in this or that case?
python2 -m pip
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question