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.
それでは、実際にpip 8.1.2を取得する方法は?
sudo -H pip install --upgrade pip
作品?