GNU/Linux >> Tutoriels Linux >  >> Linux

Comment puis-je mettre à jour pip sur Ubuntu 10.04 ?

Supprimez l'installation de pip à l'échelle de votre système :

sudo apt-get purge python-pip

Installez ensuite une nouvelle copie de pip :

curl  https://bootstrap.pypa.io/get-pip.py | sudo python

Testé sur Ubuntu 10.04 i686

Je vous suggère d'utiliser virtualenv. Pour plus de détails, consultez la documentation officielle de pip


En fait, pip install --upgrade pip fonctionne, mais il installe un nouveau pip, dans mon cas pip-2.6. Donc la commande pour désinstaller est pip-2.6 uninstall package-name .


Dans mon cas après un sudo pip install --upgrade pip sur Ubuntu 10.04/usr/bin/pip est inchangé mais /usr/local/bin/pip est pip 1.1

pip --version
pip 0.3.1 from /usr/lib/python2.6/dist-packages (python 2.6)

/usr/local/bin/pip --version
pip 1.1 from /usr/local/lib/python2.6/dist-packages (python 2.6)

Linux
  1. Comment installer Pip sur Ubuntu 18.04

  2. Comment mettre à niveau vers Ubuntu 20.04

  3. Comment mettre à niveau Ubuntu 18.04 vers Ubuntu 18.10

  4. Comment mettre à niveau Ubuntu 20.04 vers Ubuntu 21.04

  5. Comment mettre à niveau vers Ubuntu 20.04 vers Ubuntu 20.10

Comment mettre à niveau Ubuntu 20.04 vers 21.04

Comment mettre à niveau Ubuntu 16.04 vers Ubuntu 16.10

Comment mettre à jour Ubuntu 18.04 vers 20.04 ?

Comment mettre à niveau Ubuntu 20.04 vers Ubuntu 20.10

Comment mettre à niveau Ubuntu 20.10 vers Ubuntu 21.04

Comment mettre à niveau Ubuntu 18.04 vers Ubuntu 20.04