Ubuntu 16.04 में जब आप करते हैं:
pip install --upgrade pip
आपको मिला:
Collecting pip
Using cached pip-8.1.2-py2.py3-none-any.whl
Installing collected packages: pip
Successfully installed pip-8.1.1
You are using pip version 8.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
काफी उचित। अब कोशिश करो
pip install --upgrade pip
और आपको मिलता है:
Collecting pip
Using cached pip-8.1.2-py2.py3-none-any.whl
Installing collected packages: pip
Successfully installed pip-8.1.1
You are using pip version 8.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
तो, वास्तव में पाइप 8.1.2 कैसे प्राप्त करें?
sudo -H pip install --upgrade pip
काम करता है ?