우분투 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
작업?