উবুন্টু 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
কাজ করে?