Change: PIP

created on Feb. 26, 2013, 12:05 a.m. by Hevok & updated on Feb. 26, 2013, 12:05 a.m. by Hevok

Pip is a superior alternative to Easy Install for Installing Python Packages. It is especially effective if in Combination with Virtualenv. To install pip on Ubuntu execute the following commands:

sudo pip install python-pip python-dev build-essential
sudo pip install --upgrade pip
sudo pip install --upgrade virtualenv
pip.jpg

Categories: Tutorial
Parent: Python

Comment: Created entry.

See entry | Admin

Comment on This Data Unit