How to enable Python 2 pip on Windows 10

preview_player
Показать описание
This video shows how to enable pip for use via command line.

Pip is a package manager for Python. It is used to install (and uninstall) packages that you can use later in your Python projects.

You can have pip from Python 2 and Python 3 enabled at the same time. if you have both enabled, you will have to specify which pip you want to use via a number such as pip2 or pip3. Keep in mind that packages installed via pip2 will only be available for projects using Python 2 and vice versa.

Рекомендации по теме
Комментарии
Автор

i installed python many times and i can't find the scripts folder.PLEASE HELP ME.

danieleforcella
Автор

I did all that then went to see if pip was there and it didnt work...

mathewbushell
Автор

For me didn't worked %PYTHON2_HOME%\Scripts but C:\Python27\Scripts worked prefrectly so if anyone has problems with pip, try to change this setting.

trllingcat