Install PIP on Ubuntu14.04lts

Source: Internet
Author: User

Pip is a tool for installing and managing Python packages. With the help of PIP, you can install a unique version of the package.

Most importantly, PIP can manage a list and version number consisting of packages through a "requirements" tool.

Pip is a lot like Easy_install, but Pip has some extra features.

Install PIP on the Ubuntu14.04

Step One: Use the following command on the terminal to ensure that all packages on your system are up-to-date.

    1. sudo apt-get update
    2. sudo apt-get upgrade

Step Two: Install Pip

Install the PYTHON-PIP and the packages you need:

    1. apt-get install python-pip

Check the version of the installed PIP after checking:

    1. pip-V

Step three: How to use the PIP command.

After installing PYTHON-PIP, you can use the PIP command. Here are a number of PIP commands that can be used:

To install a new PIP package:

    1. pip install packageName

To uninstall a Python package:

    1. pip uninstall packageName

Find Python Packages:

    1. pip search packageName

Install PIP on Ubuntu14.04lts

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.