ใน 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
ทำงานหรือไม่