Python: PIP
Différentes manières d'installer pip pour Python 2 et 3:
Pré-requis:
$ apt-get install build-essential python-dev python3-dev
Pour python 2 (3 méthodes):
$ apt-get install python-pip
$ apt-get install python-setuptools
$ easy_install pip
$ curl https://bootstrap.pypa.io/get-pip.py | python
Pour python 3 (3 méthodes):
Etiquettes: