PIP

Created on Feb. 26, 2013, 12:05 a.m. by Hevok & updated by Hevok on May 2, 2013, 5:13 p.m.

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

Tags: installation, packages
Categories: Tutorial
Parent: Python

Update entry (Admin) | See changes

Comment on This Data Unit