Ubuntu 16.04'te şunları yaptığınızda:
pip install --upgrade pip
olsun:
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.
Yeterince adil. Şimdi dene
pip install --upgrade pip
ve elde edersiniz:
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.
Peki, gerçekte pip 8.1.2 nasıl alınır?
sudo -H pip install --upgrade pip
iş?