pip is installing for python3 how to make it for python2 code example
Example 1: installing pip
python -m pip install --upgrade pip
Example 2: download pip for windows
python get-pip.py
python -m pip install --upgrade pip
python get-pip.py