python-pip

Python 2.7 package installer
  https://pip.pypa.io/en/stable/
  5
  5 reviews



Pip is the Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories.

This is the Python 2.7 version of the package, the last version of pip supporting Python 2.7.
Latest reviews
2
maxkoryukov 8 years ago

VERY OLD!!! Where are maintainers? https://github.com/pypa/pip/issues/1093#issuecomment-67775312

5
knielson 8 years ago

Pip is great for managing your entire python distribution. There is some need for caution; pip keeps packages in a different location than packages installed by apt, so you may sometimes run into unexpected behavior if you have multiple versions of packages. Also, you will need to run different versions of pip if you have both python2 and python3.

4
jahid_0903014 9 years ago

essential

4
hexram 13 years ago

Required for a django installation

5
thurloat 13 years ago

pip is essential!