How to install Pip under Ubuntu
How to install PIP:
Install Pip and virtualenv for Ubuntu 10.10 Maverick and newer
$ sudo apt-get install Python-pip python-dev build-essential
$ sudo pip install--upgrade pip
$ sudo pip install--upgrade virtualenv
For older versions of Ubuntu
Install Easy Install
$ sudo apt-get install python-setuptools python-dev build-essential
Install pip
$ sudo easy_install pip
Install virtualenv
$ sudo pip install--upgrade virtualenv
Installing the MySQL expansion pack can: sudo pip install Mysql-python
Install other packages as long as Pip + package name on the line is very convenient. And the installed mysqlib is not a problem to use.
Under Windows, you also want to modify the next source file. Write the program or under Linux good AH.
Install MySQL
Apt-get Install Mysql-server
How to use Pip under Ubuntu
1. PIP installation command
$ sudo pip install package
2. PIP Upgrade command
$ sudo pip install-u package
3. PIP Unload command
$ sudo pip Uninstall package
Use and installation of PIP in Python